[Haskell-cafe] Announce: ghc-core,
command line pager for reading GHC Core
Don Stewart
dons at galois.com
Fri May 23 13:30:26 EDT 2008
igloo:
> On Fri, May 23, 2008 at 05:54:36PM +0200, Henning Thielemann wrote:
> >
> > An even more advanced tool could show differences between two Core
> > listings.
>
> That would be great. In the meantime, from GHC 6.10,
> -ddump-simpl -dsuppress-uniques
> can be good enough to get by (it means you don't get different random
> names, so diff more-or-less works).
>
Great! That's easier than doing the renaming on the tool side.
-- Don
More information about the Haskell-Cafe
mailing list