X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=Translator.hs;h=75a875bf8426e43f157e0ab6bf07f3435329326d;hb=e771c40c12c3d93a1c59b396cf862cb0ac617d94;hp=ddd09fc340da9a401a24e1399c797de60c238234;hpb=f39903a05a540e2438805792ac39a89dac1c8e99;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Translator.hs b/Translator.hs index ddd09fc..75a875b 100644 --- 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