2014-01-05 20:05:08 +00:00
|
|
|
eval fun x, x
|
2014-01-05 19:03:35 +00:00
|
|
|
print fun x, x
|
2013-12-21 11:20:04 +00:00
|
|
|
|
2014-01-05 20:05:08 +00:00
|
|
|
check fun x, x
|
2014-01-08 08:38:39 +00:00
|
|
|
theorem T (A : Type) (x : A) : forall (y : A), A
|
2013-12-21 11:20:04 +00:00
|
|
|
:= _.
|
|
|
|
|
2014-01-06 03:10:21 +00:00
|
|
|
theorem T (x : _) : x = x := refl x.
|