1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-01 00:04:58 +03:00
juvix/tests/Core
Łukasz Czajka 39ef069bfc
Fold lets when the bound variable occurs at most once (#2231)
For example, convert
```
let x := f a b c in
g x
```
to
```
g (f a b c)
```
2023-06-29 13:02:10 +02:00
..
benchmark Add debugging builtin functions trace and fail (#1771) 2023-01-27 12:45:38 +01:00
negative Add debugging builtin functions trace and fail (#1771) 2023-01-27 12:45:38 +01:00
positive Fold lets when the bound variable occurs at most once (#2231) 2023-06-29 13:02:10 +02:00