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 strict parsers variants of json and value #51

Merged
merged 1 commit into from Nov 30, 2011
Merged

Conversation

hvr
Copy link
Member

@hvr hvr commented Nov 30, 2011

This changeset builds on top of
dab1302, and just strictifies the
monadic returns used in the attoparsec Parsers monad to avoid
leaving thunks behind during parsing.

This addresses issue #37

This changeset builds on top of
dab1302, and just strictifies the
monadic `return`s used in the attoparsec `Parser`s monad to avoid
leaving thunks behind during parsing.

This addresses issue haskell#37
bos added a commit that referenced this pull request Nov 30, 2011
Add strict parsers variants of `json` and `value`
@bos bos merged commit 0aa2bfe into haskell:master Nov 30, 2011
@bos
Copy link
Collaborator

bos commented Nov 30, 2011

Oh, I like this approach. Thanks, @hvr!

tolysz pushed a commit to tolysz/aeson that referenced this pull request May 18, 2015
Add strict parsers variants of `json` and `value`
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

Successfully merging this pull request may close these issues.

None yet

3 participants