Bend/tests/snapshots/run_file__lam_op2_nested.bend.snap

10 lines
176 B
Plaintext
Raw Normal View History

2023-11-16 22:09:29 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/lam_op2_nested.bend
2023-11-16 22:09:29 +03:00
---
NumScott:
2024-06-06 22:44:04 +03:00
λa (+ (* a a) (+ 3 (+ 2 a)))
Scott:
2024-06-06 22:44:04 +03:00
λa (+ (* a a) (+ 3 (+ 2 a)))