Bend/tests/snapshots/encode_pattern_match__match_bind.bend.snap
2024-05-20 14:47:50 +02:00

14 lines
320 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/encode_pattern_match/match_bind.bend
---
Scott
(cheese) = switch (+ 2 3) { 0: 653323; _: λa let {a a_2} = a; (+ (+ a 1) a_2); }
(main) = cheese
NumScott
(cheese) = switch (+ 2 3) { 0: 653323; _: λa let {a a_2} = a; (+ (+ a 1) a_2); }
(main) = cheese