Bend/tests/snapshots/encode_pattern_match__merge_recursive.bend.snap

22 lines
329 B
Plaintext
Raw Normal View History

2024-02-01 18:29:24 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/encode_pattern_match/merge_recursive.bend
2024-02-01 18:29:24 +03:00
---
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)