Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- renderString :: SimpleDocStream ann -> String
- renderShowS :: SimpleDocStream ann -> ShowS
Documentation
renderString :: SimpleDocStream ann -> String Source #
Render a SimpleDocStream
to a String
.
renderShowS :: SimpleDocStream ann -> ShowS Source #
Render a SimpleDocStream
to a ShowS
, useful to write Show
instances
based on the prettyprinter.
instanceShow
MyType whereshowsPrec
_ =renderShowS
.layoutPretty
defaultLayoutOptions
.pretty