lean4-htt/tests/lean/matchunit.lean.expected.out
2021-12-15 11:42:38 +00:00

6 lines
107 B
Text

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