Bend/tests/golden_tests/encode_pattern_match/non_matching_fst_arg.bend

5 lines
75 B
Plaintext

type bool = true | false
Foo x bool/false = x
Foo x bool/true = (Foo x x)