lean2/tests/lean/errmsg1.lean
Leonardo de Moura 935c2a03a3 feat(*): change name conventions for Lean builtin libraries
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 19:21:44 -08:00

8 lines
134 B
Text

eval fun x, x
print fun x, x
check fun x, x
theorem T (A : Type) (x : A) : Pi (y : A), A
:= _.
theorem T (x : _) : x = x := refl x.