Bend/tests/golden_tests/compile_file_o_all/bool.bend
2024-05-15 00:25:46 +02:00

6 lines
85 B
Plaintext

(true) = λt λf t
(fals) = λt λf f
(Not) = λx (x fals true)
(main) = (Not true)