Bend/tests/snapshots/compile_file__unscoped_supercombinator.bend.snap

13 lines
227 B
Plaintext
Raw Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/unscoped_supercombinator.bend
---
2024-04-23 13:44:01 +03:00
@Foo = ((@Foo__C1 (@Foo__C0 a)) a)
2024-03-21 15:11:16 +03:00
2024-04-23 13:44:01 +03:00
@Foo__C0 = (a ((a b) b))
2024-03-21 15:11:16 +03:00
2024-04-23 13:44:01 +03:00
@Foo__C1 = (a ((a b) b))
2024-03-21 15:11:16 +03:00
@main = a
2024-03-21 15:11:16 +03:00
& @Foo ~ (* a)