stevemao / qc-instances

Instances for QuickCheck classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quickcheck-instances Build Status

This package provides instances for the classes in the QuickCheck Haskell library.

QuickCheck itself doesn't ship with instances for types outsde of the base package, however there are a lot more types which are commonly used within Haskell libraries and programs.

We aim to provide instances for the types which ship with the Haskell Platform, however we only add them as the maintainer needs them or as patches are received, so we may lag behind the platform itself.

Patches are always welcome!

About

Instances for QuickCheck classes

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%