Prune devel/py-EnthoughtBase
[dports.git] / devel / hs-lazysmallcheck / pkg-descr
1 Lazy SmallCheck is a library for exhaustive, demand-driven testing of
2 Haskell programs.  It is based on the idea that if a property holds for
3 a partially-defined input then it must also hold for all fully-defined
4 refinements of the that input.  Compared to `eager' input generation as
5 in SmallCheck, Lazy SmallCheck may require significantly fewer
6 test-cases to verify a property for all inputs up to a given depth.
7
8 WWW: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/