Bend/tests/snapshots/run_file__lam_op2_nested.bend.snap
2024-06-07 17:59:41 +02:00

10 lines
176 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/lam_op2_nested.bend
---
NumScott:
λa (+ (* a a) (+ 3 (+ 2 a)))
Scott:
λa (+ (* a a) (+ 3 (+ 2 a)))