| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.Text.Prettyprint.Doc.Render.ShowS
- renderShowS :: SimpleDoc ann -> ShowS
Documentation
renderShowS :: SimpleDoc ann -> ShowS Source #
Render a SimpleDoc to a ShowS, useful to write Show instances based
on the prettyprinter.
instanceShowMyType whereshowsPrec_ =renderShowS.layoutPrettydefaultLayoutOptions.pretty