-
Notifications
You must be signed in to change notification settings - Fork 96
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
Validation as a ZipFunctor? #280
Comments
That's a very interesting question. Unfortunately I think the answer is No and I'll tell you why: Let's suppose Validation is a ZipFunctor which means that it has a Then we can do:
and now
but now
so we came back to a different value ! Note however that
Does it makes sense? |
That does make sense. Thank you for the accessible explanation @gusty 😊 |
I'm not even sure if I'm phrasing this right, but, is
Validation
aZipFunctor
? And would this be a valid implementation of it?I can open a PR if it actually is a zippable functor.
The text was updated successfully, but these errors were encountered: