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

24 lines
456 B
Text
Raw Normal View History

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