Bend/tests/golden_tests/compile_file_o_all/and.bend

7 lines
111 B
Plaintext

type bool = true | false
and a bool/false = bool/false
and a bool/true = a
main = (and bool/true bool/false)