mirror of
https://github.com/anoma/juvix.git
synced 2025-01-07 16:22:14 +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; ```
5 lines
47 B
JSON
5 lines
47 B
JSON
{
|
|
"x": "5",
|
|
"y": "10",
|
|
"out": "8"
|
|
} |