6 lines
108 B
Text
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
|