packages feed

smallcheck-laws-0.1: README.md

# SmallCheck Laws

[![Hackage Version](https://img.shields.io/hackage/v/smallcheck-laws.svg)](https://hackage.haskell.org/package/smallcheck-laws) [![Build Status](https://img.shields.io/travis/jdnavarro/smallcheck-laws.svg)](https://travis-ci.org/jdnavarro/smallcheck-laws)

Automatic `smallcheck` properties and `tasty` runners for:

 - Monoid laws.
 - Functor laws.
 - Applicative laws.
 - Monad laws.

## Installation

Make sure you have [`stack`](https://github.com/commercialhaskell/stack)
installed. Then type:

```sh
$ stack build
```
To run the test suite type:

```sh
$ stack test
```

<!-- TODO: Write minitutorial here about to use 'tasty' orphan instances -->