BSD-3-Clause licensed and maintained by Rudy Matela
This version can be pinned in stack with:leancheck-instances-0.0.1@sha256:14963cd46f250da2e2eb239caf925e9c76be92c4e786255107fbe4a3a4726d27,2613

LeanCheck

leancheck-instances’s Build Status leancheck-instances on Hackage leancheck-instances on Stackage LTS leancheck-instances on Stackage Nightly

This package extends LeanCheck by providing Listable instances for common types provided by the Haskell Platform.

This package is to LeanCheck what quickcheck-instances is to QuickCheck. The current objective is to include all types supported by quickcheck-instances.

Installing

To install the latest leancheck-instances version from Hackage, just run:

$ cabal update
$ cabal install leancheck-instances

Examples

TBA

Further reading / see also

Changes

Changelog for leancheck-instances

v0.0.1

  • ByteString instances;
  • Natural instance;
  • Text instance;
  • initial release on Hackage.