/quickcheck-comonad-laws

Comonad laws for QuickCheck

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

quickcheck-comonad-laws

Provides TestTree of Comonad laws for Tasty framework.

Install with stack

Just add quickcheck-comonad-laws to stack.yaml file.

extra-deps:
- git: https://github.com/d12frosted/quickcheck-comonad-laws
  commit: c4fe532c26c3339df6d5afbef35e6946ab185a98

And then add quickcheck-comonad-laws to your test target as dependency.