ivory-0.1.0.9: Safe embedded C programming.
Ivory.Language.Syntax.Concrete.Pretty
class Pretty a where Source #
Methods
pretty :: a -> Doc Source #
Defined in Ivory.Language.Syntax.Concrete.Pretty
pretty :: Char -> Doc Source #
pretty :: Int -> Doc Source #
Defined in Ivory.Language.Syntax.Concrete.Location
pretty :: Position -> Doc Source #
pretty :: Range -> Doc Source #
pretty :: SrcLoc -> Doc Source #
pretty :: [a] -> Doc Source #
pretty :: Maybe a -> Doc Source #
defaultStyle :: Style Source #
prettyPrint :: Doc -> String Source #