data-pprint-0.2.1.4: Prettyprint and compare Data values

Safe HaskellNone

Data.Data.Eval

Description

Conversion to GenericData with time and space limit.

Synopsis

Documentation

eval :: Data a => TimeLimit -> SizeLimit -> a -> IO GenericDataSource

Evaluation with time an size limit.

evalWithBudget :: Data a => Budget -> a -> IO GenericDataSource

Gives more control over the resources