https://github.com/purescript/purescript-quickcheck
An implementation of QuickCheck in PureScript
https://github.com/purescript/purescript-quickcheck
Last synced: 15 days ago
JSON representation
An implementation of QuickCheck in PureScript
- Host: GitHub
- URL: https://github.com/purescript/purescript-quickcheck
- Owner: purescript
- License: bsd-3-clause
- Created: 2014-02-05T18:02:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T22:20:54.000Z (almost 4 years ago)
- Last Synced: 2025-12-31T18:14:05.952Z (about 1 month ago)
- Language: PureScript
- Homepage:
- Size: 289 KB
- Stars: 107
- Watchers: 6
- Forks: 43
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - quickcheck - An implementation of QuickCheck in PureScript. (Testing / Deku)
- awesome-purescript - purescript-quickcheck - An implementation of QuickCheck in PureScript. (Testing)
README
# purescript-quickcheck
[](https://github.com/purescript/purescript-quickcheck/releases)
[](https://github.com/purescript/purescript-quickcheck/actions?query=workflow%3ACI+branch%3Amaster)
[](https://pursuit.purescript.org/packages/purescript-quickcheck)
An implementation of QuickCheck in PureScript.
## Installation
```
spago install quickcheck
```
## Documentation
- [Guide](GUIDE.md)
- Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-quickcheck).