Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.C2ATS.Pretty
Contents
Documentation
atsPrettyGlobal :: [FlatG] -> Doc Source #
class AtsPretty p where Source #
Methods
atsPretty :: AtsPrettyMap -> p -> Doc Source #
atsPrettyPrec :: AtsPrettyMap -> Int -> p -> Doc Source #
Instances
class CPretty p where Source #
Methods
cPretty :: AtsPrettyMap -> p -> Doc Source #
cPrettyPrec :: AtsPrettyMap -> Int -> p -> Doc Source #
Instances