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 Foldable support to Try #49

Open
jdesiloniz opened this issue Oct 13, 2015 · 0 comments
Open

Add Foldable support to Try #49

jdesiloniz opened this issue Oct 13, 2015 · 0 comments

Comments

@jdesiloniz
Copy link

We should take a look on implementing Swiftz's Foldable protocol to Try, or if it doesn't make sense, try to implement it on our own based on a suggestion in this pull request:

#48

myTry fold (fail = (ex) -> T , succ = (result) -> T)

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