Skip to content

JordanMartinez/purescript-generate-values

Repository files navigation

purescript-generate-values

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