lean2/tests/lean/ex3.lean.expected.out

25 lines
516 B
Text
Raw Normal View History

Set: pp::colors
Set: pp::unicode
Assumed: myeq
myeq Bool
Assumed: T
Assumed: a
Error (line: 5, pos: 6) type mismatch at application
myeq Bool a
Function type:
Π (A : Type), A → A → Bool
Arguments types:
Bool : Type
: Bool
a : T
Assumed: myeq2
Set: lean::pp::implicit
Error (line: 9, pos: 15) type mismatch at application
myeq2::explicit Bool a
Function type:
Π (A : Type), A → A → Bool
Arguments types:
Bool : Type
: Bool
a : T