lean4-htt/tests/lean/matchunit.lean.expected.out
2021-08-03 09:13:18 +02:00

6 lines
108 B
Text

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