Closed rl-king closed 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.
Parser.LanguageKit
This should be fixed by https://github.com/elm/parser/commit/01e2fb70e49ada53cedd1e31fab061ef4da35d87
Thanks for letting me know about it!
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.