Bend/tests/snapshots/compile_file__unscoped_supercombinator.bend.snap
2024-05-15 00:25:46 +02:00

13 lines
227 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/unscoped_supercombinator.bend
---
@Foo = ((@Foo__C1 (@Foo__C0 a)) a)
@Foo__C0 = (a ((a b) b))
@Foo__C1 = (a ((a b) b))
@main = a
& @Foo ~ (* a)