AustinRochford / quickcheck-laws

Using QuickCheck to verify Haskell Typeclass Laws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After cloning this repository, install the dependencies with

cabal install --only-dependencies

If you have a newer version of cabal, you may want to do so inside a sandbox.

You can start ghci with the Law.lhs module loaded with cabal repl. (Again, this requires a new-ish version of cabal.)

See the associated blog post for how to use the tests.

About

Using QuickCheck to verify Haskell Typeclass Laws

License:MIT License


Languages

Language:Haskell 100.0%