@@ -71,7 +71,7 @@ Error: The type constraints are not consistent.
71
71
The layout of t is any, because
72
72
of the annotation on the declaration of the type t.
73
73
But the layout of t must be a sublayout of '_representable_layout_3, because
74
- it appears as an unannotated type parameter.
74
+ it instantiates an unannotated type parameter.
75
75
| }]
76
76
77
77
module type S1 = sig
@@ -88,7 +88,7 @@ Error: The type constraints are not consistent.
88
88
The layout of t is any, because
89
89
of the annotation on the declaration of the type t.
90
90
But the layout of t must be a sublayout of '_representable_layout_4, because
91
- it appears as an unannotated type parameter.
91
+ it instantiates an unannotated type parameter.
92
92
| }]
93
93
94
94
let f1 () : t_any = assert false ;;
@@ -1820,5 +1820,5 @@ Error: This expression has type t_void but an expression was expected of type
1820
1820
The layout of t_void is void, because
1821
1821
of the annotation on the declaration of the type t_void.
1822
1822
But the layout of t_void must be a sublayout of value, because
1823
- it appears as an unannotated type parameter, defaulted to layout value.
1823
+ it instantiates an unannotated type parameter, defaulted to layout value.
1824
1824
| }]
0 commit comments