e031d7bc10
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
23 lines
460 B
Text
23 lines
460 B
Text
Set: pp::colors
|
||
Assumed: myeq
|
||
myeq Bool ⊤ ⊥
|
||
Assumed: T
|
||
Assumed: a
|
||
Error (line: 6, pos: 6) type mismatch at application
|
||
myeq Bool ⊤ a
|
||
Function type:
|
||
Π (A : Type) (_ _ : A), Bool
|
||
Arguments types:
|
||
Type
|
||
Bool
|
||
T
|
||
Assumed: myeq2
|
||
Set: lean::pp::implicit
|
||
Error (line: 10, pos: 15) type mismatch at application
|
||
myeq2::explicit Bool ⊤ a
|
||
Function type:
|
||
Π (A : Type) (a b : A), Bool
|
||
Arguments types:
|
||
Type
|
||
Bool
|
||
T
|