Bend/tests/snapshots/encode_pattern_match__merge_recursive.bend.snap
2024-05-20 14:47:50 +02:00

22 lines
329 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/encode_pattern_match/merge_recursive.bend
---
Scott
(foo_1) = λa (a foo_2)
(foo_2) = λa λb (a, b)
(bar_1) = λa (a bar_2)
(bar_2) = λa λb (a, b)
NumScott
(foo_1) = λa (a foo_2)
(foo_2) = λa λb (a, b)
(bar_1) = λa (a bar_2)
(bar_2) = λa λb (a, b)