lean2/tests/lean/coercion1.lean.expected.out
Leonardo de Moura ccb9faf065 refactor(*): error messages
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-13 16:54:21 -08:00

18 lines
647 B
Text

Set: pp::colors
Set: pp::unicode
Assumed: T
Assumed: R
Assumed: f
Coercion f
variable f : T → R
coercion f
Assumed: g
coercion1.lean:7:0: error: invalid coercion declaration, frontend already has a coercion for the given types
Assumed: h
coercion1.lean:9:0: error: invalid coercion declaration, a coercion must have an arrow type (i.e., a non-dependent functional type)
Defined: T2
Defined: R2
Assumed: f2
coercion1.lean:13:0: error: invalid coercion declaration, frontend already has a coercion for the given types
Assumed: id
coercion1.lean:15:0: error: invalid coercion declaration, 'from' and 'to' types are the same