The user can optionally name the equality proof. The new test demostrates how to name the equality proof. closes #501
6 lines
109 B
Text
6 lines
109 B
Text
def f : Unit → Nat :=
|
|
fun a => 10
|
|
def g : Unit → Unit :=
|
|
fun a =>
|
|
match a with
|
|
| b@h:PUnit.unit => b
|