mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +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; ``` |
||
---|---|---|
.. | ||
Asm | ||
benchmark | ||
Compilation | ||
Core | ||
examplesExpected | ||
Geb/positive | ||
Internal | ||
negative | ||
positive | ||
runtime/positive | ||
smoke/Commands | ||
VampIR/positive | ||
.gitattributes |