@hackage ghc-core0.4

Display GHC's core and assembly output in a pager

A convenient command line wrapper for GHC that displays GHC's optimised core and assembly output in a human readable, colourised manner, in a pager. Unix systems only, currently.

Usage:

ghc-core A.hs
ghc-core -fvia-C -optc-O3 A.hs

Screenshot: http://galois.com/~dons/images/ghc-core.png