Bend/tests/snapshots/compile_term__lets.hvm.snap
2024-01-22 22:52:02 -03:00

10 lines
215 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_term/lets.hvm
---
a
& (b b) ~ (c (d (e a)))
& (f f) ~ {9 (g (h (i e))) {11 g {13 h i}}}
& (j j) ~ {5 (k (l d)) {7 k l}}
& (m m) ~ {3 (n c) n}