5d2027d889
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
No EOL
175 B
Text
6 lines
No EOL
175 B
Text
Check fun x : Bool, x
|
|
Show fun x y : Bool, x
|
|
Show fun (A : Type) (x y : A), x = y
|
|
Check fun (A : Type) (x y : A), x = y
|
|
Check Pi (A B : Type), Type
|
|
Show Pi (A B : Type), A = B |