Skip to content

Add mapParserT #54

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

Merged
merged 1 commit into from
Apr 24, 2017
Merged

Add mapParserT #54

merged 1 commit into from
Apr 24, 2017

Conversation

safareli
Copy link
Contributor

fix #53

@paf31
Copy link
Contributor

paf31 commented Apr 23, 2017

Looks good, thanks. I think you can make it point-free using Data.Newtype though, which might be nice:

mapParserT = over ParserT <<< mapExceptT <<< mapStateT

@safareli
Copy link
Contributor Author

Welcome!

@paf31 paf31 merged commit 47ced07 into purescript-contrib:master Apr 24, 2017
@paf31
Copy link
Contributor

paf31 commented Apr 24, 2017

Thanks!

@safareli safareli deleted the mapParserT branch April 24, 2017 16:05
@safareli safareli mentioned this pull request Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Natural transformation is too strong constraint for hoistParserT?
2 participants