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

10 lines
203 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/switch_unscoped_lambda.bend
---
@lambda_in = (?(((a a) (b (c b))) (c d)) d)
@lambda_out = (?((a (b b)) c) (a c))
@main = *