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

Use Applicative instead of Monad to implement arbitrary instances #19

Merged
merged 1 commit into from
Feb 5, 2017
Merged

Use Applicative instead of Monad to implement arbitrary instances #19

merged 1 commit into from
Feb 5, 2017

Conversation

mlang
Copy link
Contributor

@mlang mlang commented Jan 30, 2017

This is more concise, and actually a little faster.

Also, since strongcheck-laws uses 1000 iterations by default (we previously
just did 100), it seems appropriate to widen the range of integers.

This is more concise, and actually a little faster.

Also, since strongcheck-laws uses 1000 iterations by default (we previously
just did 100), it seems appropriate to widen the range of integers.
@anttih anttih merged commit 8334b38 into purescript-contrib:master Feb 5, 2017
@anttih
Copy link
Collaborator

anttih commented Feb 5, 2017

Good stuff, thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants