Errors.Tools_errortype expansion_of_module_error = [ | `OpaqueModule| `UnexpandedTypeOf of Odoc_xref2.Component.ModuleType.type_of_desc| `UnresolvedForwardPath| `UnresolvedPath of
[ `Module of Odoc_xref2.Cpath.module_ * simple_module_lookup_error
| `ModuleType of
Odoc_xref2.Cpath.module_type * simple_module_type_lookup_error ] ]and simple_module_lookup_error = [ | `Find_failure| `Local of Odoc_xref2.Env.t * Odoc_xref2.Ident.path_module| `Lookup_failure of Odoc_model.Paths.Identifier.Path.Module.t| `Lookup_failure_root of string| `Parent of parent_lookup_error ]and simple_module_type_expr_of_module_error = [ | `ApplyNotFunctor| `OpaqueModule| `Parent of parent_lookup_error| `UnresolvedForwardPath| `UnresolvedPath of
[ `Module of Odoc_xref2.Cpath.module_ * simple_module_lookup_error
| `ModuleType of
Odoc_xref2.Cpath.module_type * simple_module_type_lookup_error ] ]and simple_module_type_lookup_error = [ | `Find_failure| `LocalMT of Odoc_xref2.Env.t * Odoc_xref2.Ident.module_type| `Lookup_failureMT of Odoc_model.Paths.Identifier.ModuleType.t| `Parent of parent_lookup_error ]and simple_type_lookup_error = [ | `Class_replaced| `Find_failure| `LocalType of Odoc_xref2.Env.t * Odoc_xref2.Ident.path_type| `Lookup_failureT of Odoc_model.Paths.Identifier.Path.Type.t| `OpaqueClass| `Parent of parent_lookup_error ]and simple_datatype_lookup_error = [ | `Find_failure| `LocalDataType of Odoc_xref2.Env.t * Odoc_xref2.Ident.path_datatype| `Lookup_failureT of Odoc_model.Paths.Identifier.Path.Type.t| `Parent of parent_lookup_error ]and simple_value_lookup_error = [ | `Find_failure| `LocalValue of Odoc_xref2.Env.t * Odoc_xref2.Ident.path_value| `Lookup_failureV of Odoc_model.Paths.Identifier.Path.Value.t| `Parent of parent_lookup_error ]and simple_constructor_lookup_error = [ | `Find_failure| `LocalConstructor of Odoc_xref2.Env.t * Odoc_xref2.Ident.constructor| `Lookup_failureC of Odoc_model.Paths.Identifier.Path.Constructor.t| `ParentC of simple_datatype_lookup_error ]and parent_lookup_error = [ | `Fragment_root| `Parent of parent_lookup_error| `Parent_expr of simple_module_type_expr_of_module_error| `Parent_module of simple_module_lookup_error| `Parent_module_type of simple_module_type_lookup_error| `Parent_sig of expansion_of_module_error| `Parent_type of simple_type_lookup_error| `Reference of reference_lookup_error ]and reference_lookup_error = [ | `Find_by_name of
[ `Any | `C | `CT | `Cons | `Field | `Label | `Page | `S | `T ] * string| `Lookup_by_name of
[ `Any | `C | `CT | `Cons | `Field | `Label | `Page | `S | `T ] * string| `Parent of parent_lookup_error| `Wrong_kind of reference_kind list * reference_kind ]type any = [ | `ApplyNotFunctor| `Class_replaced| `Find_failure| `Fragment_root| `Local of Odoc_xref2.Env.t * Odoc_xref2.Ident.path_module| `LocalConstructor of Odoc_xref2.Env.t * Odoc_xref2.Ident.constructor| `LocalDataType of Odoc_xref2.Env.t * Odoc_xref2.Ident.path_datatype| `LocalMT of Odoc_xref2.Env.t * Odoc_xref2.Ident.module_type| `LocalType of Odoc_xref2.Env.t * Odoc_xref2.Ident.path_type| `LocalValue of Odoc_xref2.Env.t * Odoc_xref2.Ident.path_value| `Lookup_failure of Odoc_model.Paths.Identifier.Path.Module.t| `Lookup_failureC of Odoc_model.Paths.Identifier.Path.Constructor.t| `Lookup_failureMT of Odoc_model.Paths.Identifier.ModuleType.t| `Lookup_failureT of Odoc_model.Paths.Identifier.Path.Type.t| `Lookup_failureV of Odoc_model.Paths.Identifier.Path.Value.t| `Lookup_failure_root of string| `OpaqueClass| `OpaqueModule| `Parent of parent_lookup_error| `ParentC of simple_datatype_lookup_error| `Parent_expr of simple_module_type_expr_of_module_error| `Parent_module of simple_module_lookup_error| `Parent_module_type of simple_module_type_lookup_error| `Parent_sig of expansion_of_module_error| `Parent_type of simple_type_lookup_error| `Reference of reference_lookup_error| `UnexpandedTypeOf of Odoc_xref2.Component.ModuleType.type_of_desc| `UnresolvedForwardPath| `UnresolvedPath of
[ `Module of Odoc_xref2.Cpath.module_ * simple_module_lookup_error
| `ModuleType of
Odoc_xref2.Cpath.module_type * simple_module_type_lookup_error ] ]val pp_reference_kind :
Format.formatter ->
[< `C | `CT | `Cons | `Field | `Label | `Page | `S | `T ] ->
unitval pp : Format.formatter -> any -> unitval pp_reference_lookup_error :
Format.formatter ->
reference_lookup_error ->
unit