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

Readme example imports unexposed functions #7

Closed
brandly opened this issue Aug 22, 2018 · 1 comment
Closed

Readme example imports unexposed functions #7

brandly opened this issue Aug 22, 2018 · 1 comment

Comments

@brandly
Copy link

brandly commented Aug 22, 2018

when depending on "elm/json": "1.0.0"

The `Parser` module does not expose `ignore`:

10| import Parser exposing (Parser, (|.), (|=), succeed, symbol, float, ignore, zeroOrMore)

removing ignore gives

The `Parser` module does not expose `zeroOrMore`:

10| import Parser exposing (Parser, (|.), (|=), succeed, symbol, float, zeroOrMore)
@evancz
Copy link
Member

evancz commented Aug 30, 2018

I believe this is fixed by 5c261fb

Thank you for reporting this!

@evancz evancz closed this as completed Aug 30, 2018
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

2 participants