pretty-compact-2.0: Pretty-printing library
Text.PrettyPrint.Compact.Core
class Monoid d => Layout d where Source
Methods
text :: String -> d Source
flush :: d -> d Source
render :: d -> String Source
Instances
class Layout d => Document d where Source
(<|>) :: d -> d -> d Source
data Doc Source