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

10 lines
215 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/linearize_match.bend
---
NumScott:
λa switch a = a { 0: λb b; _: λd (+ a-1 d); }
Scott:
λa switch a = a { 0: λb b; _: λd (+ a-1 d); }