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

swap parser, function order #24

Closed
mattfenwick opened this issue May 31, 2016 · 2 comments
Closed

swap parser, function order #24

mattfenwick opened this issue May 31, 2016 · 2 comments

Comments

@mattfenwick
Copy link
Owner

mattfenwick commented May 31, 2016

Combinators:

  • mapError
  • catchError
@mattfenwick
Copy link
Owner Author

mapError should match fmap; i.e. the order should be: function, parser

catchError is analogous to bind, so it should match: parser, function

@mattfenwick
Copy link
Owner Author

Done.

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