2014-10-11 00:31:12 +00: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-15 02:44:00 +00:00
|
|
|
the assignment was attempted when processing
|
|
|
|
application type constraint
|
2014-10-11 00:31:12 +00:00
|
|
|
Category.mk a (category.mk b c)
|
|
|
|
term
|
|
|
|
category.mk b c
|
|
|
|
has type
|
|
|
|
category a
|