YhcSource codeContentsIndex
Yhc.Core.ShowRaw
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
Methods
showRaw :: a -> String
show/hide Instances
Produced by Haddock version 0.8