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:
56b4b2e
)
Add some newlines in the output.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Fri, 27 Feb 2009 15:24:57 +0000
(16:24 +0100)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Fri, 27 Feb 2009 15:24:57 +0000
(16:24 +0100)
Translator.hs
patch
|
blob
|
history
diff --git
a/Translator.hs
b/Translator.hs
index d11d29e4d09559c97528c8a8e8c09f3520da4589..ed560ec59e136830a9433fe41a88174e7f4f5f58 100644
(file)
--- a/
Translator.hs
+++ b/
Translator.hs
@@
-61,6
+61,7
@@
listBind filename name = do
let binds = findBinds core [name]
putStr "\n"
putStr $ prettyShow binds
+ putStr "\n\n"
putStr $ showSDoc $ ppr binds
putStr "\n\n"