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

Add Applicative and Functor support when we publish Algebird with it. #1040

Open
johnynek opened this issue Sep 6, 2014 · 0 comments
Open

Comments

@johnynek
Copy link
Collaborator

johnynek commented Sep 6, 2014

Execution has a more efficient Applicative.join than using flatMap. When we publish the next version we should override join with Execution.zip.

Also, TypedPipe is a Functor, but also Applicative (if it is useful). Applicative comes from cross. It is a bit hard to imagine, an the moment, a uses example of generalizing Applicative on TypedPipe, but Functor is pretty obvious.

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

No branches or pull requests

1 participant