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

10 lines
304 B
Plaintext

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