[Haskell-cafe] [GHC 7.8.4] IO Monad leak space?

Brandon Allbery allbery.b at gmail.com
Fri Jul 3 17:23:46 UTC 2015


On Fri, Jul 3, 2015 at 1:11 PM, Stefan Reich <
stefan.reich.maker.of.eye at googlemail.com> wrote:

> Here's a general question: Can the output of the Haskell compiler be
> inspected in some - readable - way?
>

ghc -ddump-simpl (meaning output of the simplifier pass, commonly known as
Core)

There at least used to be a package "ghc-core" which would do this and
syntax highlight the result, etc. to help with reading it.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150703/7191aab8/attachment.html>


More information about the Haskell-Cafe mailing list