2014-10-10 17:31:12 -07:00
|
|
|
error_pos_bug.lean:9:0: error: type error in placeholder assigned to
|
|
|
|
λ (a : Category) (b : Category) (c : Category),
|
|
|
|
a
|
|
|
|
placeholder has type
|
|
|
|
Category
|
|
|
|
but is expected to have type
|
|
|
|
Type
|
2015-06-14 19:44:00 -07:00
|
|
|
the assignment was attempted when processing
|
|
|
|
application type constraint
|
2014-10-10 17:31:12 -07:00
|
|
|
Category.mk a (category.mk b c)
|
|
|
|
term
|
|
|
|
category.mk b c
|
|
|
|
has type
|
|
|
|
category a
|