Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reiddraper/haskell-simple-check


https://github.com/reiddraper/haskell-simple-check

Last synced: about 1 month ago
JSON representation

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
```