elm / parser

A parsing library, focused on simplicity and great error messages
https://package.elm-lang.org/packages/elm/parser/latest
BSD 3-Clause "New" or "Revised" License
230 stars 46 forks source link

Example code imports non existing module #3

Closed rl-king closed 6 years ago

rl-king commented 6 years ago

This example https://alpha.elm-lang.org/packages/elm/parser/latest/Parser#sequence imports Parser.LanguageKit. I was making a PR but also saw not all examples have imports declared so wasn't sure what to do.

evancz commented 6 years ago

This should be fixed by https://github.com/elm/parser/commit/01e2fb70e49ada53cedd1e31fab061ef4da35d87

Thanks for letting me know about it!