purescript / purescript-quickcheck

An implementation of QuickCheck in PureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy List Arbitrary Instance

eviefp opened this issue · comments

I was looking to add some tests, and I noticed lazy lists don't have an Arbitrary instance. Is it not possible to add for some reason I am missing? If not, I could try to add one.

I'd guess it was an oversight?

Yep, I actually added this while I was working on a different PR on stream and he actually said so in chat :)

I might have a go at it within a week or so.