Bend/tests/snapshots/simplify_matches__irrefutable_case.bend.snap
2024-07-04 16:22:34 -03:00

18 lines
216 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/simplify_matches/redundant_cases.bend
---
(l) = 1001
(v1) = l
(v2) = l
(v3) = 2002
(v4) = 3003
(v5) = (λa a 5005)
(main) = (v1, v2, v3, v4, v5)