prettyprinter-0.1: A modern, extensible and well-documented prettyprinter.

Safe HaskellSafe
LanguageHaskell2010

Data.Text.Prettyprint.Doc.Render.ShowS

Synopsis

Documentation

renderShowS :: SimpleDoc ann -> ShowS Source #

Render a SimpleDoc to a ShowS, useful to write Show instances based on the prettyprinter.

instance Show MyType where
    showsPrec _ = renderShowS . layoutPretty defaultLayoutOptions . pretty