chore: fix test
This commit is contained in:
parent
8815e76b4d
commit
896ce41b33
1 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
|||
def f : Unit → Nat :=
|
||||
fun (a : Unit) => 10
|
||||
def g : Unit → Unit :=
|
||||
fun (a : Unit) =>
|
||||
match a with
|
||||
| b@PUnit.unit => b
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue