Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class PrettyPrintable p where Source #
Instances
class PrettyPrintable1 p where Source #
Instances
prettyPrint :: PrettyPrintable p => p -> String Source #
indentation :: Int -> String Source #
showTPIExpr :: Map Int PartialType -> Int -> Int -> IExpr -> String Source #
showNExprs :: NExprs -> String Source #
newtype PrettyIExpr Source #
Instances
Show PrettyIExpr Source # | |
Defined in PrettyPrint |
newtype PrettierIExpr Source #
Instances
Show PrettierIExpr Source # | |
Defined in PrettyPrint |
newtype PrettyDataType Source #
Instances
Show PrettyDataType Source # | |
Defined in PrettyPrint |
showInternal :: DataType -> String Source #
newtype PrettyPartialType Source #
Instances
Show PrettyPartialType Source # | |
Defined in PrettyPrint |
showInternalP :: PartialType -> String Source #
newtype PrettyPattern Source #
Instances
Show PrettyPattern Source # | |
Defined in PrettyPrint |
newtype MultiLineShowUPT Source #
Instances
Show MultiLineShowUPT Source # | |
Defined in PrettyPrint |