Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.PPrint
Description
Prettyprint and compare Data
values.
Documentation
pprint :: Data a => a -> IO Doc Source #
Prettyprint a Data
value.
There is a 1 second time limit and the output contains at most approximately 500 characters.
The exceptions are shown as bottom signs followed by explanations.