Bend/tests/snapshots/encode_pattern_match__match_bind.bend.snap

14 lines
320 B
Plaintext
Raw Normal View History

2024-01-23 20:12:43 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/encode_pattern_match/match_bind.bend
2024-01-23 20:12:43 +03:00
---
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