66f106da8c
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
8 lines
133 B
Text
8 lines
133 B
Text
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.
|