chore: fix test

This commit is contained in:
Leonardo de Moura 2021-02-10 12:04:33 -08:00
parent 8815e76b4d
commit 896ce41b33

View file

@ -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