Bend/tests/snapshots/run_file__match_mult_linearization.bend.snap

10 lines
304 B
Plaintext
Raw Permalink Normal View History

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