Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purescript/purescript-quickcheck
An implementation of QuickCheck in PureScript
https://github.com/purescript/purescript-quickcheck
Last synced: 30 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T22:20:54.000Z (over 2 years ago)
- Last Synced: 2024-10-29T21:05:42.161Z (about 1 month ago)
- Language: PureScript
- Homepage:
- Size: 289 KB
- Stars: 104
- Watchers: 9
- Forks: 41
- 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
[![Latest release](http://img.shields.io/github/release/purescript/purescript-quickcheck.svg)](https://github.com/purescript/purescript-quickcheck/releases)
[![Build status](https://github.com/purescript/purescript-quickcheck/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-quickcheck/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-quickcheck/badge)](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).