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:
f39903a
)
Make listBind also show a pretty printed output.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Thu, 19 Feb 2009 10:36:46 +0000
(11:36 +0100)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Thu, 19 Feb 2009 10:36:46 +0000
(11:36 +0100)
Translator.hs
patch
|
blob
|
history
diff --git
a/Translator.hs
b/Translator.hs
index ddd09fc340da9a401a24e1399c797de60c238234..75a875bf8426e43f157e0ab6bf07f3435329326d 100644
(file)
--- a/
Translator.hs
+++ b/
Translator.hs
@@
-60,6
+60,7
@@
listBind filename name = do
let binds = findBinds core [name]
putStr "\n"
putStr $ prettyShow binds
+ putStr $ showSDoc $ ppr binds
putStr "\n\n"
-- | Translate the binds with the given names from the given core module to