mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 14:28:08 +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). |
||
---|---|---|
.. | ||
Compile | ||
Run | ||
Transformation | ||
Validate | ||
Compile.hs | ||
Run.hs | ||
Transformation.hs | ||
Validate.hs |