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

fold is bimap #173

Closed
puffnfresh opened this issue Oct 25, 2017 · 1 comment
Closed

fold is bimap #173

puffnfresh opened this issue Oct 25, 2017 · 1 comment

Comments

@puffnfresh
Copy link

I took a look at fold and saw:

fold :: (a -> c) -> (b -> c) -> Future a b -> Future d c

This is not a fold, this is bimap.

@Avaq
Copy link
Member

Avaq commented Oct 26, 2017

See folktale/data.task#41 (comment) for discussion

@Avaq Avaq closed this as completed Oct 26, 2017
Avaq added a commit that referenced this issue Sep 28, 2019
Closes #324 and finally addresses #173.
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

2 participants