Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.19 KB

purescript-properties

Latest release

A set of generic predicates for testing algebraic properties

This library provides a generic set of predicates to help test that implementations of algebras satisfy the necessary properties. It's intentially generic so that it can be used with a wide variety of tools such as purescript-test-unit, purescript-spec, purescript-quickcheck, purescript-strongcheck, and purescript-jack.

See the unit tests for example usage

Installation

bower install purescript-properties

Documentation

Module documentation is published on Pursuit.