Bend/tests/snapshots/compile_file_o_no_all__redex_order.bend.snap

36 lines
459 B
Plaintext
Raw Normal View History

2024-04-03 15:35:45 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_no_all/redex_order.bend
2024-04-03 15:35:45 +03:00
---
@a = (a a)
@b = (a a)
@bar = i
& @a ~ (d (h i))
& @b ~ (a (c d))
& @c ~ (0 a)
& @c ~ (b c)
& @d ~ (1 b)
& @b ~ (f (g h))
& @c ~ (e f)
& @d ~ (2 e)
& @c ~ (3 g)
2024-04-03 15:35:45 +03:00
@c = (a a)
@d = (a a)
2024-04-18 18:42:28 +03:00
@foo = (a d)
& @a ~ (c d)
& @b ~ (b c)
& @c ~ (a b)
2024-04-03 15:35:45 +03:00
2024-04-18 18:42:28 +03:00
@foo2 = c
& @a ~ (b c)
& @b ~ (a b)
2024-04-23 13:44:01 +03:00
& @c ~ (0 a)
2024-04-03 15:35:45 +03:00
@main = a
& @foo ~ (@foo2 a)