Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reiddraper/haskell-simple-check
https://github.com/reiddraper/haskell-simple-check
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reiddraper/haskell-simple-check
- Owner: reiddraper
- License: bsd-3-clause
- Created: 2013-11-23T19:53:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T07:29:37.000Z (almost 11 years ago)
- Last Synced: 2023-03-12T03:06:26.205Z (over 1 year ago)
- Language: Haskell
- Size: 220 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleCheck
Not usable. This is just a playground for me to experiment with the shrinking
techniques described
[here](http://projects.haskell.org/pipermail/quickcheck/2013-November/000115.html)
and
[here](http://www.haskell.org/pipermail/libraries/2013-November/021674.html).
If it's successful, I'll try and get these changes merged into the canonical
Haskell QuickCheck.## Installation
```bash
cabal sandbox init
cabal install --only-dependencies -j --enable-tests
cabal build && cabal test
```