Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).