2013-09-02 19:29:21 +00:00
|
|
|
Set: pp::colors
|
2013-09-03 17:44:51 +00:00
|
|
|
Set: pp::unicode
|
2013-09-01 23:59:15 +00:00
|
|
|
Assumed: T
|
|
|
|
Assumed: R
|
|
|
|
Assumed: f
|
|
|
|
Coercion f
|
2014-01-05 20:05:08 +00:00
|
|
|
variable f : T → R
|
|
|
|
coercion f
|
2013-09-01 23:59:15 +00:00
|
|
|
Assumed: g
|
2014-01-14 00:54:21 +00:00
|
|
|
coercion1.lean:7:0: error: invalid coercion declaration, frontend already has a coercion for the given types
|
2013-09-01 23:59:15 +00:00
|
|
|
Assumed: h
|
2014-01-14 00:54:21 +00:00
|
|
|
coercion1.lean:9:0: error: invalid coercion declaration, a coercion must have an arrow type (i.e., a non-dependent functional type)
|
2013-09-01 23:59:15 +00:00
|
|
|
Defined: T2
|
|
|
|
Defined: R2
|
|
|
|
Assumed: f2
|
2014-01-14 00:54:21 +00:00
|
|
|
coercion1.lean:13:0: error: invalid coercion declaration, frontend already has a coercion for the given types
|
2013-09-01 23:59:15 +00:00
|
|
|
Assumed: id
|
2014-01-14 00:54:21 +00:00
|
|
|
coercion1.lean:15:0: error: invalid coercion declaration, 'from' and 'to' types are the same
|