2015-06-12 21:46:51 +00:00
|
|
|
669.lean:1:9: error: type error in placeholder assigned to
|
|
|
|
bool
|
|
|
|
placeholder has type
|
|
|
|
Type₁
|
|
|
|
but is expected to have type
|
|
|
|
Prop
|
2015-06-15 02:44:00 +00:00
|
|
|
the assignment was attempted when processing
|
|
|
|
application type constraint
|
2015-06-12 21:46:51 +00:00
|
|
|
(λ {T : Prop} (t : T), t) bool.tt
|
|
|
|
term
|
|
|
|
bool.tt
|
|
|
|
has type
|
|
|
|
bool
|