Simplifying Core pretty-printing via GHC API?
Conal Elliott
conal at conal.net
Wed May 1 23:13:00 CEST 2013
I'm using the GHC API to compile Haskell source code to Core. I'd like to
pretty-print the result with the sort of simplifications I get with
-dsuppress-type-applications, -dsuppress-uniques, etc (used in combination
with -ddump-simpl on ghc's command line). How can I set these options via
the GHC API? Has the answer changed since 7.4.1 (which I'm currently using)?
Thanks. - Conal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20130501/05545591/attachment.htm>
More information about the Glasgow-haskell-users
mailing list