mirror of
https://github.com/anoma/juvix.git
synced 2024-12-13 19:49:20 +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). |
||
---|---|---|
.. | ||
Base.hs | ||
Positive.hs |