Package

purescript-generate-values

Repository
jordanmartinez/purescript-generate-values
License
BSD-3-Clause
Uploaded by
JordanMartinez
Published on
2022-05-09T13:09:48Z

Generate random values. This project was originally forked from purescript-quickcheck due to

  1. discoverability issues - when trying to generate random values, quickcheck isn't necessarily what one thinks of.
  2. enabling generation with effects - Gen could not be run in another monad. This library re-exposes that as GenT.

Installation

spago install generate-values

Documentation