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:
59b710f
)
Remove TODO that was already solved.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Fri, 26 Jun 2009 08:55:46 +0000
(10:55 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Fri, 26 Jun 2009 08:55:46 +0000
(10:55 +0200)
Normalize.hs
patch
|
blob
|
history
diff --git
a/Normalize.hs
b/Normalize.hs
index 9ee919ab524be8a211b99fe4b22bd7a03478079a..ec329c9a8a718915167f0e8a2979eb351a2a9d87 100644
(file)
--- a/
Normalize.hs
+++ b/
Normalize.hs
@@
-411,9
+411,6
@@
funprop expr = return expr
-- Perform this transform everywhere
funproptop = everywhere ("funprop", funprop)
-
--- TODO: introduce top level let if needed?
-
--------------------------------
-- End of transformations
--------------------------------