data-pprint-0.2.4.2: Prettyprint and compare Data values
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Data.GenRep.Functions

Description

Intended for internal use: Generic representation of Data vales.

Synopsis

Documentation

mistify :: GenericData -> GenericData Source #

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.