-
Notifications
You must be signed in to change notification settings - Fork 9
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
Test a subset of laws / exclude some laws #127
Comments
There is not currently a way to do this. In the interest of pragmatism, I'd think I'd be fine with a PR adding |
Sorry, didn't mean to close. |
OK. In this case, I propose using the following function (works very well here):
Then, one can use, e.g.,
Or maybe |
Hello,
I have a zip-like applicative instance of a tree (similar to a ZipList), and I would like to test the applicative laws. I know that
holds, but the test suite hangs (because
pure x
is an infinite tree).Is there a way to test the the applicative laws but exclude this one test. In general, is there a way to perform a test on a subset of laws?
Thank you!
The text was updated successfully, but these errors were encountered: