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:
d0afb72
)
Add newline at the end of file.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Mon, 13 Jul 2009 09:54:58 +0000
(11:54 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Mon, 13 Jul 2009 09:54:58 +0000
(11:54 +0200)
CoreTools.hs
patch
|
blob
|
history
diff --git
a/CoreTools.hs
b/CoreTools.hs
index eae4122deff7425570ea5b232d4545ede76d46ac..bd6f329c537ea93842bf5b221998cf47fb69085c 100644
(file)
--- a/
CoreTools.hs
+++ b/
CoreTools.hs
@@
-222,4
+222,4
@@
getLiterals :: CoreSyn.CoreExpr -> [CoreSyn.CoreExpr]
getLiterals app@(CoreSyn.App _ _) = literals
where
(CoreSyn.Var f, args) = CoreSyn.collectArgs app
- literals = filter (is_lit) args
\ No newline at end of file
+ literals = filter (is_lit) args