Bend/tests/snapshots/compile_file__switch_unscoped_lambda.bend.snap

10 lines
203 B
Plaintext
Raw Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/switch_unscoped_lambda.bend
---
2024-04-22 20:03:56 +03:00
@lambda_in = (?(((a a) (b (c b))) (c d)) d)
2024-04-22 20:03:56 +03:00
@lambda_out = (?((a (b b)) c) (a c))
@main = *