-
Notifications
You must be signed in to change notification settings - Fork 11
Relax parOneOf and parOneOfMap constraints #23
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
Comments
Didn't we discuss this before? I thought we decided there were useful things you could prove only with |
No, it does not satisfy the Alternative laws |
Or at least, it doesn't have an instance. Maybe I was too aggressive when removing bad instances in Aff 4? I thought I remember it failing to be an Alternative for some reason. |
ParAff is the one with the Alternative instance, duh. |
They require
Alternative
, whichAff
does not satisfy. And sinceAff
is one of the only interesting things that implementsParallel
, I feel like we should relax them toApplicative
+Plus
.The text was updated successfully, but these errors were encountered: