-
Notifications
You must be signed in to change notification settings - Fork 3
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
Every function should have a counterpart that does not require Unicode #59
Comments
In the case of composition, we should probably use dot, as in Haskell. This will require some extra work in the parser/lexer however |
The dot is fine for the infix symbol. For a function name, I can live with something with a name that matches this regex |
what's the justification for wanting a name other than |
Not everyone is familiar with this particular use of the dot symbol. |
We could use https://package.elm-lang.org/packages/elm/core/latest/Basics#(%3C%3C) Also add |
This PR updates the juvix-stdlib to the current main commit which includes: * anoma/juvix-stdlib#59 * anoma/juvix-stdlib#101 All the Juvix test suite files and examples in this repo have been updated to be compatible with the new stdlib.
I am unable to type Unicode composition symbol directly in the VSCode REPL. This issue also affects other Unicode symbols. As a workaround, users must either copy-paste the symbol or find an extension that provides Unicode input support in the terminal (which is different from the editor).
In principle, we should always have a counterpart not involving Unicode.
We already discussed this at some point and agreed on it.
juvix-stdlib/Stdlib/Function.juvix
Line 16 in c3f0ec0
The text was updated successfully, but these errors were encountered: