mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 14:28:08 +03:00
0ac9eb1ab4
A lambda: ``` \ { v0 := b0 ; v1 := b1 ; ... ; vn := bn } ``` should be translated to: ``` λ? (λ? ... (λ? (match ?$0, ?$1, ... , ?$n with ...))) ``` i.e the de Brujin index of the values in the match always start from 0. Fixes: https://github.com/anoma/juvix/issues/1695 |
||
---|---|---|
.. | ||
Core/positive | ||
positive |