Bend/tests/snapshots/encode_pattern_match__var_only.bend.snap

26 lines
378 B
Plaintext
Raw Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/encode_pattern_match/var_only.bend
---
Scott
(Foo) = λa λ* λc (c a)
(main) = λ* Foo
2024-05-10 22:42:32 +03:00
(Bool/False) = λa λ* a
2024-03-19 20:37:30 +03:00
2024-05-10 22:42:32 +03:00
(Bool/True) = λ* λb b
NumScott
(Foo) = λa λ* λc (c a)
(main) = λ* Foo
(Bool/False) = λa (a Bool/False/tag)
(Bool/True) = λa (a Bool/True/tag)
(Bool/False/tag) = 0
(Bool/True/tag) = 1