Bend/tests/snapshots/encode_pattern_match__list_str_encoding_undeclared_map.bend.snap

10 lines
306 B
Plaintext
Raw Permalink Normal View History

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