Bend/tests/snapshots/run_file__wrong_string.bend.snap

10 lines
208 B
Plaintext
Raw Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/wrong_string.bend
---
NumScott:
λa (a String/Cons/tag λ* 4 λb (b String/Cons/tag * ""))
Scott:
λ* λa (a λ* 4 λ* λb (b * ""))