lazy-search: Finds values satisfying a lazy predicate

[ bsd3, library, testing ] [ Propose Tags ] [ Report a vulnerability ]

This library can be used as a property based testing driver, and more generally to find values satisfying a predicate (a -> Bool). This is done by a size bounded search, and it uses the laziness of the predicate to speed up the search by avoiding isomorphic values.

This is similar to LazySmallCheck but uses size instead of depth and a faster algorithm.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.3.0
Dependencies base (>=4.7 && <5), size-based (>=0.1 && <0.2) [details]
License BSD-3-Clause
Author Jonas Duregard
Maintainer jonas.duregard@chalmers.se
Uploaded by JonasDuregard at 2016-07-06T15:15:17Z
Category Testing
Distributions NixOS:0.1.3.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 10050 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]