libghc-lazysmallcheck-doc

A library for demand-driven testing of haskell programs; documentation
  http://www.cs.york.ac.uk/~mfn/lazysmallcheck/
  0
  no reviews



Lazy smallcheck is a library for exhaustive, demand-driven testing of haskell programs. it is based on the idea that if a property holds for a partially-defined input then it must also hold for all fully-defined refinements of the that input. compared to ``eager'' input generation as in smallcheck, lazy smallcheck may require significantly fewer test-cases to verify a property for all inputs up to a given depth.

this package provides the documentation for a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.