data-pprint-0.2.1.4: Prettyprint and compare Data values

Safe HaskellNone

Data.Data.GenRep.Functions

Description

Intended for internal use: Generic representation of Data vales.

Synopsis

Documentation

mistify :: GenericData -> GenericDataSource

Try to hide some part of the value.

This is used in the evaluation of exercises, when the result is wrong. We would like to show the erroneous part but not the whole result.

numberErrors :: [GenericData] -> ([GenericData], [(String, String)])Source

Collect and number Error values and replace them by an indexed bottom sign. Repeated errors will get the same number.