data-pprint-0.2.4: Prettyprint and compare Data values

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Data.Eval

Description

Conversion to GenericData with time and space limit.

Synopsis

Documentation

eval :: Data a => TimeLimit -> SizeLimit -> a -> IO GenericData Source

Evaluation with time an size limit.

evalWithBudget :: Data a => Budget -> a -> IO GenericData Source

Gives more control over the resources