-
Notifications
You must be signed in to change notification settings - Fork 11
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
F.tryAll() #161
Comments
The parser |
No pull request? |
Oups 😄 Let me revert that. |
As there is very few development, I tend to push on dev and make the PR on master |
Instead of
F.try(F.try(x).or(y)).or(z)
orF.try(x).or(F.try(y)).orz()
, we could useF.tryAll(x, y, z)
The text was updated successfully, but these errors were encountered: