| |||||||
| |||||||
| Description | |||||||
| ShowRaw is intended for debugging, to print a rather complete syntax tree. The basic rule is that every constructor MUST appear visibly in the output. For example, show (CoreApp x []) == show x, but (showRaw x == showRaw y) ==> (x == y). | |||||||
| Documentation | |||||||
| class ShowRaw a where | |||||||
| |||||||
| Produced by Haddock version 0.8 |