mirror of
https://github.com/anoma/juvix.git
synced 2024-12-18 20:31:51 +03:00
39d176e643
Adds annotations to cells to indicate that it is a call to the stdlib and might be evaluated faster in the Haskell evaluator. The syntax for stdlib calls is as follows: ``` [stdlib@add args@<args-term> <left-term> <right-term>] ``` where `add` is the name of the function being called, `<args-term>` is a nockma term that points to the position of the arguments, and `<left-term>` and `<right-term>` are the actual components of the cell. |
||
---|---|---|
.. | ||
Positive.hs |