Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (Co)Arbitrary instances for Lazy Lists #112

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

eviefp
Copy link

@eviefp eviefp commented Oct 29, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lazy List Arbitrary Instance
1 participant