-
Notifications
You must be signed in to change notification settings - Fork 4
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
expose Elm.CodeGen.infixExpose
#37
Comments
I left this out since custom operators was removed in 0.19. Do you need it? To generate code for 0.18 or some other reason? |
I do not expose custom infix operators from a generated module, but I want to import infix operators from |
Good point, it should be exposed then. |
rupertlssmith
added a commit
that referenced
this issue
Oct 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current alternative is
Elm.Syntax.InfixExpose
.Are there plans to do
infixExpose : BinOp -> TopLevelExpose
? (all infix operators would then be inElm.CodeGen
.(|.)
,(</>
, etc.)The text was updated successfully, but these errors were encountered: