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

Missing operators from Url.Parser #48

Open
okkero opened this issue Dec 13, 2023 · 1 comment
Open

Missing operators from Url.Parser #48

okkero opened this issue Dec 13, 2023 · 1 comment

Comments

@okkero
Copy link

okkero commented Dec 13, 2023

I am trying to generate code that uses the </> operator from Url.Parser, but I could not find a way to do it. There is no function that returns a BinOp for that operator, as far as I can tell, and there is no way to create a custom BinOp. This seems like an oversight. There might be other missing operators.

@rupertlssmith
Copy link
Collaborator

It is an oversight. I think the other missing operators will be |. and |= from elm-parser. AFAIK the only custom operators defined outside the core language are those and the Url.Parser ones.

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