lean2/tests/lean/errmsg1.lean

9 lines
133 B
Text
Raw Normal View History

Eval fun x, x
Show fun x, x
Check fun x, x
Theorem T (A : Type) (x : A) : Pi (y : A), A
:= _.
Theorem T (x : _) : x = x := Refl x.