purescript-quickcheck
purescript-quickcheck copied to clipboard
Add (Co)Arbitrary instances for Lazy Lists
Fixes #111
I thought about making the Arbitrary
/ Generator lazy, and tried it out, but it obviously fails on very large lists so I ended up just reusing the same code as for regular lists. Does that seem reasonable?