Bend/tests/snapshots/run_file__queue.bend.snap

10 lines
199 B
Plaintext
Raw Permalink Normal View History

2023-11-10 22:19:06 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/queue.bend
2023-11-10 22:19:06 +03:00
---
NumScott:
λa λ* (a 1 λb λ* (b 2 λc λ* (c 3 Nil)))
Scott:
λa λ* (a 1 λb λ* (b 2 λc λ* (c 3 Nil)))