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

17 lines
313 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_all/match_dup_and_reconstruction.bend
---
@Box/Boxed = (a ((0 (a b)) b))
@Got = ((@Got__C1 a) a)
@Got__C0 = ({a c} (b c))
& @Box/Boxed ~ (a b)
@Got__C1 = (?((@Got__C0 *) a) a)
@main = b
& @Got ~ (a b)
& @Box/Boxed ~ (10 a)