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

10 lines
306 B
Plaintext

---
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; }))