-
Notifications
You must be signed in to change notification settings - Fork 25
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
Aggregate two options #72
Comments
Doesn't this result in inconsistent result type?
Or you'd need to accept 3 different functions resulting in z
Alternatively you would accept a function accepting option of y and option of x as parameters. In which case this method does exactly nothing, because you need to pass the two options and a function, so you might as well just call the function. |
This will be for options of same type and the function will also return same type. |
Duplicates #73 |
The text was updated successfully, but these errors were encountered: