Generate random values. This project was originally forked from purescript-quickcheck
due to
- discoverability issues - when trying to generate random values, quickcheck isn't necessarily what one thinks of.
- enabling generation with effects -
Gen
could not be run in another monad. This library re-exposes that asGenT
.
spago install generate-values
- Module documentation is published on Pursuit.