data-pprint-0.2.4.1: Prettyprint and compare Data values

Safe HaskellSafe
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