Posted on May 2, 2014 by Phil Freeman QuickCheck is a property-based testing library which was originally written in Haskell, but which has been ported to a number of other languages. QuickCheck works by generating random data with which to test your properties. This allows us to gain confidence that the properties hold, as more and more randomly-generated tests are run. purescript-quickcheck is a