data-pprint-0.1: Prettyprint and compare Data values

Data.PPrint

Description

Prettyprint and compare Data values.

Synopsis

Documentation

pprint :: Data a => a -> IO DocSource

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.

(===) :: Data a => a -> a -> IO DocSource

Compare two Data values.

The can be yes, no or maybe. The differences are highlighted.

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.