lazy-search: Finds values satisfying a lazy predicate
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.0, 0.1.2.1, 0.1.3.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.7 && <5), size-based (>=0.1 && <0.2) [details] |
License | BSD-3-Clause |
Author | Jonas Duregard |
Maintainer | jonas.duregard@chalmers.se |
Category | Testing |
Source repo | head: git clone https://github.com/JonasDuregard/lazy-search |
Uploaded | by JonasDuregard at 2019-10-12T18:34:14Z |
Modules
[Index] [Quick Jump]
- Control
- Data
Downloads
- lazy-search-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees