Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- prettyPlc ∷ PrettyPlc a ⇒ a → Doc ann
- displayPlc ∷ (PrettyPlc a, Render str) ⇒ a → str
- prettyPlcSimple ∷ PrettyPlc a ⇒ a → Doc ann
- displayPlcSimple ∷ (PrettyPlc a, Render str) ⇒ a → str
- displayPlcCondensedErrorClassic ∷ (PrettyPlc a, Render str) ⇒ a → str
Documentation
prettyPlc ∷ PrettyPlc a ⇒ a → Doc ann Source #
Pretty-print a value in the default mode using the classic view.
displayPlc ∷ (PrettyPlc a, Render str) ⇒ a → str Source #
Render a value to String
in the default mode using the classic view.
prettyPlcSimple ∷ PrettyPlc a ⇒ a → Doc ann Source #
Pretty-print a value in the debug mode using the classic view.