mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 14:28:08 +03:00
c4c92d5fcf
* Closes #2134 Adds the `argnames` pragma which specifies function argument names. These will be the names used in Core and subsequently in VampIR for the `main` function. ``` {-# argnames: [x, y] -#} main : Nat -> Nat -> Nat; ``` |
||
---|---|---|
.. | ||
Commands | ||
TopCommand | ||
App.hs | ||
AsmInterpreter.hs | ||
CommonOptions.hs | ||
Evaluator.hs | ||
GlobalOptions.hs | ||
Main.hs | ||
TopCommand.hs |