048151487e
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
8 lines
138 B
Text
8 lines
138 B
Text
eval fun x, x
|
|
print fun x, x
|
|
|
|
check fun x, x
|
|
theorem T (A : Type) (x : A) : forall (y : A), A
|
|
:= _.
|
|
|
|
theorem T (x : _) : x = x := refl x.
|