Fix #4985.
git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@10477 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
b75e6c7f97
commit
8e915dd3f2
|
@ -157,7 +157,7 @@ The type variables appearing as type parameters can optionally be
|
|||
prefixed by "+" or "-" to indicate that the type constructor is
|
||||
covariant or contravariant with respect to this parameter. This
|
||||
variance information is used to decide subtyping relations when
|
||||
checking the validity of @":>"@ coercions (see section \ref{s:objects}).
|
||||
checking the validity of @":>"@ coercions (see section \ref{s:coercions}).
|
||||
|
||||
For instance, "type +'a t" declares "t" as an abstract type that is
|
||||
covariant in its parameter; this means that if the type $\tau$ is a
|
||||
|
|
Loading…
Reference in New Issue