Bend/tests/snapshots/run_file__readback_list_other_ctr.bend.snap
2024-05-27 15:50:06 -03:00

10 lines
329 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/readback_list_other_ctr.bend
---
NumScott:
λa (a List/Cons/tag λb (b String/Cons/tag 97 λc (c tup/pair/tag 98 "c")) λe (e List/Cons/tag 1 λf (f tup/pair/tag 2 [3, 4])))
Scott:
λ* λa (a λ* λb (b 97 λc (c 98 "c")) λ* λe (e 1 λf (f 2 [3, 4])))