Bend/tests/snapshots/linear_readback__church_mul.bend.snap
2024-05-15 00:25:46 +02:00

6 lines
176 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/linear_readback/church_mul.bend
---
λa λb let {c $g} = (let {d $h} = a; d let {e f} = $h; (e (f {$g b}))); c