Bend/tests/snapshots/simplify_matches__irrefutable_case.bend.snap
Nicolas Abril 45839a7efd
#615 Add an optional type system to Bend (#631)
Co-authored-by: imaqtkatt <eduarda.so@proton.me>
2024-09-20 16:23:22 +02:00

25 lines
344 B
Plaintext

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