QuickCheck is a Haskell library for software testing.
I have a simple type definition: data Cell = Cell { x :: Int, y :: Int } deriving (Show) I can't use Cell as …
haskell quickcheckQuickcheck and its variants (even there is one in Java), seems to be interesting. However, apart from academic interest, is …
java haskell testing quickcheck