| > 4.16.3. How to read Core syntax
| > 
http://www.haskell.org/ghc/docs/latest/html/users_guide/options-debugging.html#id3130643
|
| I found that -ddump-simpl gives you good information, in a readable
| form - I much prefer it to reading the .hcr files.

The printer for GHC's Core language wasn't originally designed for lots of 
people to read, although lots of people now do.  It's not cast in stone.  If 
someone wants to improve the output, please go ahead.

Simon
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to