@hackage lazy-search0.1.3.0
Finds values satisfying a lazy predicate
Categories
License
BSD-3-Clause
Maintainer
byorgey@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (2)
- base >=4.7 && <5
- size-based >=0.1 && <0.2 Show all…
Dependents (3)
@hackage/acme-everything, @cardano/plutus-core, @cardano/plutus-metatheory
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.