-
Notifications
You must be signed in to change notification settings - Fork 51
feat: add MonadAsk & MonadReader instances #208
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
This looks correct to me, and I believe those instances can be very useful for ParserT
. I'll leave the PR open for a few days to see if anyone else has an opinion.
Co-authored-by: Nathan Faubion <natefaubion@users.noreply.github.com>
Co-authored-by: James Brock <jamesbrock@gmail.com>
Thanks @bentongxyz ! |
@jamesdbrock a joy to code on Purescript and this parsing library thanks to you all amazing people behind them. I am just happy to contribute something useful back! |
Description of the change
add MonadAsk & MonadReader instances
Checklist: