Description
Display GHC's core and assembly output in a pager.
Description
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