Bend/tests/snapshots/compile_file_o_all__match_dup_and_reconstruction.bend.snap

17 lines
313 B
Plaintext
Raw Permalink Normal View History

2024-01-19 17:02:22 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_all/match_dup_and_reconstruction.bend
2024-01-19 17:02:22 +03:00
---
@Box/Boxed = (a ((0 (a b)) b))
2024-03-21 15:11:16 +03:00
@Got = ((@Got__C1 a) a)
2024-03-21 15:11:16 +03:00
2024-04-26 23:38:20 +03:00
@Got__C0 = ({a c} (b c))
2024-05-10 22:42:32 +03:00
& @Box/Boxed ~ (a b)
2024-03-21 15:11:16 +03:00
@Got__C1 = (?((@Got__C0 *) a) a)
2024-04-18 18:42:28 +03:00
@main = b
& @Got ~ (a b)
2024-05-10 22:42:32 +03:00
& @Box/Boxed ~ (10 a)