[OT] Re: [Haskell-cafe] Tricks for making low level haskell hacking
easier
Mathieu Boespflug
0xbadcode at gmail.com
Mon Mar 5 05:56:42 EST 2007
On 2/10/07, Donald Bruce Stewart <dons at cse.unsw.edu.au> wrote:
> 1) Use Hscolour to pretty-ifiy the Core so its more parsable:
>
> ghc -O Foo.hs -ddump-simpl | HsColour -tty | less -r
>
> will colourise the Core, and pipe it into less (which will display the
> metachars). A screenshot:
>
> http://www.cse.unsw.edu.au/~dons/tmp/screen-core.png
Just out of curiosity, what window manager is that?
Mathieu
More information about the Haskell-Cafe
mailing list