4 lines
83 B
Text
4 lines
83 B
Text
def ex (α : Sort _) (a b : α) : a = b :=
|
||
begin [smt]
|
||
close -- Should fail
|
||
end
|