Bend/tests/snapshots/run_file__list_reverse.bend.snap

10 lines
246 B
Plaintext
Raw Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/list_reverse.bend
---
NumScott:
λa (a list/cons/tag 1 λb (b list/cons/tag 2 λc (c list/cons/tag 3 list/nil)))
Scott:
2024-05-10 22:42:32 +03:00
λa λ* (a 1 λb λ* (b 2 λc λ* (c 3 list/nil)))