Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordanmartinez/purescript-generate-values
https://github.com/jordanmartinez/purescript-generate-values
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jordanmartinez/purescript-generate-values
- Owner: JordanMartinez
- License: bsd-3-clause
- Created: 2022-03-28T22:54:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T13:13:24.000Z (over 2 years ago)
- Last Synced: 2024-10-11T23:54:31.266Z (about 1 month ago)
- Language: PureScript
- Size: 292 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - generate-values - An instance for gen and additional functions. (Random)
README
# purescript-generate-values
Generate random values. This project was originally forked from [`purescript-quickcheck`](https://github.com/purescript/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
- Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-generate-values).