mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 08:27:03 +03:00
ef16b45ca6
- Closes #2188. This pr introduces a new syntactical statement for defining aliases: ``` syntax alias newName := oldName; ``` where `oldName` can be any name in the expression namespace. Fixity and module aliases are not supported at the moment. - The `newName` does not inherit the fixity of `oldName`. We have agreed that the goal is to inherit the fixity of `oldName` except if `newName` has a fixity statement, but this will be done in a separate pr as it requires #2310. |
||
---|---|---|
.. | ||
Compile | ||
Dev | ||
Doctor | ||
Eval | ||
Extra | ||
Format | ||
Html | ||
Repl | ||
Typecheck | ||
Base.hs | ||
Clean.hs | ||
Compile.hs | ||
Dev.hs | ||
Doctor.hs | ||
Eval.hs | ||
Format.hs | ||
Html.hs | ||
Init.hs | ||
Repl.hs | ||
Typecheck.hs |