Bend/tests/snapshots/run_file__linearize_match.bend.snap

10 lines
215 B
Plaintext
Raw Normal View History

2023-11-27 22:58:14 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/linearize_match.bend
2023-11-27 22:58:14 +03:00
---
NumScott:
2024-06-06 22:44:04 +03:00
λa switch a = a { 0: λb b; _: λd (+ a-1 d); }
Scott:
2024-06-06 22:44:04 +03:00
λa switch a = a { 0: λb b; _: λd (+ a-1 d); }