projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
454931b
)
[project @ 2001-01-25 17:21:59 by simonpj]
author
simonpj
<unknown>
Thu, 25 Jan 2001 17:21:59 +0000
(17:21 +0000)
committer
simonpj
<unknown>
Thu, 25 Jan 2001 17:21:59 +0000
(17:21 +0000)
Formatting only
ghc/compiler/deSugar/DsListComp.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/deSugar/DsListComp.lhs
b/ghc/compiler/deSugar/DsListComp.lhs
index
633c137
..
68de254
100644
(file)
--- a/
ghc/compiler/deSugar/DsListComp.lhs
+++ b/
ghc/compiler/deSugar/DsListComp.lhs
@@
-53,9
+53,7
@@
dsListComp quals elt_ty
c_ty = mkFunTys [elt_ty, n_ty] n_ty
in
newSysLocalsDs [c_ty,n_ty] `thenDs` \ [c, n] ->
-
dfListComp c n quals `thenDs` \ result ->
-
dsLookupGlobalValue buildName `thenDs` \ build_id ->
returnDs (Var build_id `App` Type elt_ty
`App` mkLams [n_tyvar, c, n] result)