purescript-quickcheck icon indicating copy to clipboard operation
purescript-quickcheck copied to clipboard

Add (Co)Arbitrary instances for Lazy Lists

Open eviefp opened this issue 4 years ago • 0 comments

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?

eviefp avatar Oct 29 '20 14:10 eviefp