Bend/tests/snapshots/run_file__nested_list_and_string.bend.snap

10 lines
312 B
Plaintext
Raw Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/nested_list_and_string.bend
---
NumScott:
2024-05-27 21:50:06 +03:00
λa [a, λ* 2, λe (e String/Cons/tag [7, "1234", 9] λm (m String/Cons/tag a λn (n String/Cons/tag * "42")))]
Scott:
2024-05-20 15:50:49 +03:00
λa [a, λ* 2, λ* λe (e [7, "1234", 9] λ* λm (m a λ* λn (n * "42")))]