ddc-core-0.4.3.1: Disciplined Disciple Compiler core language and type checker.

Safe HaskellSafe
LanguageHaskell98

DDC.Type.Exp.Flat.Pretty

Contents

Documentation

Orphan instances

Pretty Text Source # 

Associated Types

data PrettyMode Text :: * Source #

Methods

pprDefaultMode :: PrettyMode Text Source #

ppr :: Text -> Doc Source #

pprPrec :: Int -> Text -> Doc Source #

pprModePrec :: PrettyMode Text -> Int -> Text -> Doc Source #