mirror of
https://github.com/anoma/juvix.git
synced 2024-12-26 17:13:35 +03:00
272b93e595
* Closes #2154 * Evaluates closed applications with value arguments when the result type is zero-order. For example, `3 + 4` is evaluated to `7`, and `id 3` is evaluated to `3`, but `id id` is not evaluated because the target type is not zero-order (it's a function type). |
||
---|---|---|
.. | ||
Asm | ||
Compile | ||
Eval | ||
Normalize | ||
Recursor | ||
Transformation | ||
VampIR | ||
Asm.hs | ||
Compile.hs | ||
Eval.hs | ||
Normalize.hs | ||
Print.hs | ||
Recursor.hs | ||
Transformation.hs | ||
VampIR.hs |