Skip to content

Use List rather than Array #32

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 6 commits into from
Jun 10, 2016
Merged

Use List rather than Array #32

merged 6 commits into from
Jun 10, 2016

Conversation

garyb
Copy link
Member

@garyb garyb commented Jun 10, 2016

Resolves #29

Also updated the build/readme for consistency with the rest of our stuff.

@@ -198,7 +202,7 @@ type GenTokenParser s m
-- | trailing white space.
symbol :: String -> ParserT s m String,
-- | `lexeme p` first applies parser `p` and than the `whiteSpace`
-- | parser, pureing the value of `p`. Every lexical
-- | parser, returning the value of `p`. Every lexical
Copy link
Contributor

@paf31 paf31 Jun 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops 😀

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did it myself the other day 😆

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

puréeing

@paf31
Copy link
Contributor

paf31 commented Jun 10, 2016

👍 Makes sense, thanks.

@garyb garyb merged commit b4a6402 into master Jun 10, 2016
@garyb garyb deleted the list branch June 10, 2016 16:07
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.

3 participants