projects
/
matthijs
/
master-project
/
cλash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d88c25b
)
Remove a double line introduced a few commits back.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Tue, 23 Jun 2009 12:36:28 +0000
(14:36 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Tue, 23 Jun 2009 12:36:28 +0000
(14:36 +0200)
This line created some kind of infinite loop.
Normalize.hs
patch
|
blob
|
history
diff --git
a/Normalize.hs
b/Normalize.hs
index cceefc0cf7baf76c4135da6ef12cc7f9c5922988..208a8fa371a326141e4159ca7c1f781a12433231 100644
(file)
--- a/
Normalize.hs
+++ b/
Normalize.hs
@@
-43,7
+43,6
@@
import Pretty
-- η abstraction
--------------------------------
eta, etatop :: Transform
-eta expr | is_fun expr && not (is_lam expr) = do
eta expr | is_fun expr && not (is_lam expr) = do
let arg_ty = (fst . Type.splitFunTy . CoreUtils.exprType) expr
id <- mkInternalVar "param" arg_ty