Bend/tests/snapshots/run_file__list_reverse.bend.snap
2024-05-27 15:09:23 -03:00

10 lines
246 B
Plaintext

---
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:
λa λ* (a 1 λb λ* (b 2 λc λ* (c 3 list/nil)))