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

10 lines
282 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/encode_pattern_match/switch_in_switch_arg.bend
---
Scott
(main) = λa switch switch a { 0: 0; _: λb b; } { 0: 0; _: λc (+ c 1); }
NumScott
(main) = λa switch switch a { 0: 0; _: λb b; } { 0: 0; _: λc (+ c 1); }