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

10 lines
300 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/unaplied_str.bend
---
NumScott:
λa λb λc (c String/Cons/tag a λd (d String/Cons/tag 98 λe (e String/Cons/tag 99 λf (f String/Cons/tag b ""))))
Scott:
λa λb λ* λc (c a λ* λd (d 98 λ* λe (e 99 λ* λf (f b ""))))