Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Shower.Printer
Description
A pretty
implementation of a pretty-printer for Shower
.
Documentation
A pretty
document, with a Shower
instance.
Instances
Shower ShowerDoc Source # | |
Defined in Shower.Printer Methods showerRecord :: [ShowerComma (ShowerDoc, ShowerFieldSep, ShowerDoc)] -> ShowerDoc Source # showerList :: [ShowerComma ShowerDoc] -> ShowerDoc Source # showerTuple :: [ShowerComma ShowerDoc] -> ShowerDoc Source # showerStringLit :: String -> ShowerDoc Source # showerCharLit :: String -> ShowerDoc Source # showerAtom :: String -> ShowerDoc Source # showerSpace :: [ShowerDoc] -> ShowerDoc Source # |
showerRender :: ShowerDoc -> String Source #
Render a ShowerDoc
with the default style.