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
(from:
757befa
)
Do not apply eta expansion to application arguments.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Tue, 23 Jun 2009 12:24:26 +0000
(14:24 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Tue, 23 Jun 2009 12:24:26 +0000
(14:24 +0200)
Doing this can introduce expressions such as:
map (\x -> foo x) xs
which is of course not really what we want. By limiting eta expansion in
this way, we'll still get it where we really want it: At the top level.
No differences found