lean4-htt/tests/lean/matchunit.lean.expected.out
Leonardo de Moura 896ce41b33 chore: fix test
2021-02-10 12:04:33 -08:00

6 lines
126 B
Text

def f : Unit → Nat :=
fun (a : Unit) => 10
def g : Unit → Unit :=
fun (a : Unit) =>
match a with
| b@PUnit.unit => b