TokenTags is imported by: PrettyDoc, PrettyPrint2.
module TokenTags where import Ix data TokenTag = Comment | Reserved | Var | Con | TCon | VarOp | ConOp | Lit | ModName deriving (Eq,Ord,Ix,Bounded,Show)
(HTML for this module was generated on 2006-08-12. About the conversion tool.)