Odoc_xref2.Findtype module_type = [ | `FModuleType of
Odoc_model.Names.ModuleTypeName.t * Odoc_xref2.Component.ModuleType.t ]type class_ = [ | `FClass of Odoc_model.Names.ClassName.t * Odoc_xref2.Component.Class.t| `FClassType of
Odoc_model.Names.ClassTypeName.t * Odoc_xref2.Component.ClassType.t ]type substitution = [ | `FModuleType_subst of Odoc_xref2.Component.ModuleTypeSubstitution.t| `FModule_subst of Odoc_xref2.Component.ModuleSubstitution.t| `FType_subst of Odoc_xref2.Component.TypeDecl.t ]type signature = [ | `FModule of Odoc_model.Names.ModuleName.t * Odoc_xref2.Component.Module.t| `FModuleType of
Odoc_model.Names.ModuleTypeName.t * Odoc_xref2.Component.ModuleType.t ]type type_ = [ | `FClass of Odoc_model.Names.ClassName.t * Odoc_xref2.Component.Class.t| `FClassType of
Odoc_model.Names.ClassTypeName.t * Odoc_xref2.Component.ClassType.t| `FType of Odoc_model.Names.TypeName.t * Odoc_xref2.Component.TypeDecl.t ]type label_parent = [ | `FClass of Odoc_model.Names.ClassName.t * Odoc_xref2.Component.Class.t| `FClassType of
Odoc_model.Names.ClassTypeName.t * Odoc_xref2.Component.ClassType.t| `FModule of Odoc_model.Names.ModuleName.t * Odoc_xref2.Component.Module.t| `FModuleType of
Odoc_model.Names.ModuleTypeName.t * Odoc_xref2.Component.ModuleType.t| `FType of Odoc_model.Names.TypeName.t * Odoc_xref2.Component.TypeDecl.t ]type any_in_type = [ | `FConstructor of Odoc_xref2.Component.TypeDecl.Constructor.t| `FField of Odoc_xref2.Component.TypeDecl.Field.t ]type any_in_type_in_sig = [ | `In_type of
Odoc_model.Names.TypeName.t * Odoc_xref2.Component.TypeDecl.t * any_in_type ]type any_in_sig = [ | `FClass of Odoc_model.Names.ClassName.t * Odoc_xref2.Component.Class.t| `FClassType of
Odoc_model.Names.ClassTypeName.t * Odoc_xref2.Component.ClassType.t| `FExn of Odoc_model.Names.ExceptionName.t * Odoc_xref2.Component.Exception.t| `FExt of
Odoc_xref2.Component.Extension.t
* Odoc_xref2.Component.Extension.Constructor.t| `FLabel of Odoc_xref2.Component.Label.t| `FModule of Odoc_model.Names.ModuleName.t * Odoc_xref2.Component.Module.t| `FModuleType of
Odoc_model.Names.ModuleTypeName.t * Odoc_xref2.Component.ModuleType.t| `FModuleType_subst of Odoc_xref2.Component.ModuleTypeSubstitution.t| `FModule_subst of Odoc_xref2.Component.ModuleSubstitution.t| `FType of Odoc_model.Names.TypeName.t * Odoc_xref2.Component.TypeDecl.t| `FType_subst of Odoc_xref2.Component.TypeDecl.t| `FValue of Odoc_model.Names.ValueName.t * Odoc_xref2.Component.Value.t| `In_type of
Odoc_model.Names.TypeName.t * Odoc_xref2.Component.TypeDecl.t * any_in_type ]type instance_variable = [ | `FInstance_variable of
Odoc_model.Names.InstanceVariableName.t
* Odoc_xref2.Component.InstanceVariable.t ]type any_in_class_sig = [ | `FInstance_variable of
Odoc_model.Names.InstanceVariableName.t
* Odoc_xref2.Component.InstanceVariable.t| `FMethod of Odoc_model.Names.MethodName.t * Odoc_xref2.Component.Method.t ]val module_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
module_ optionval type_in_sig : Odoc_xref2.Component.Signature.t -> string -> type_ optionval datatype_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
datatype optionval module_type_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
module_type optionval exception_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
exception_ optionval extension_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
extension optionval any_in_type :
Odoc_xref2.Component.TypeDecl.t ->
string ->
any_in_type optionval constructor_in_type :
Odoc_xref2.Component.TypeDecl.t ->
string ->
constructor optionval any_in_typext :
Odoc_xref2.Component.Extension.t ->
string ->
extension optionval method_in_class_signature :
Odoc_xref2.Component.ClassSignature.t ->
string ->
method_ optionval instance_variable_in_class_signature :
Odoc_xref2.Component.ClassSignature.t ->
string ->
instance_variable optionval class_in_sig : Odoc_xref2.Component.Signature.t -> string -> class_ listval signature_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
signature listval value_in_sig : Odoc_xref2.Component.Signature.t -> string -> value listval label_in_sig : Odoc_xref2.Component.Signature.t -> string -> label listval label_parent_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
label_parent listval any_in_sig : Odoc_xref2.Component.Signature.t -> string -> any_in_sig listval any_in_type_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
any_in_type_in_sig listval any_in_class_signature :
Odoc_xref2.Component.ClassSignature.t ->
string ->
any_in_class_sig listval class_in_sig_unambiguous :
Odoc_xref2.Component.Signature.t ->
string ->
class_ optionval value_in_sig_unambiguous :
Odoc_xref2.Component.Signature.t ->
string ->
value optiontype removed_type = [ | `FType_removed of
Odoc_model.Names.TypeName.t
* Odoc_xref2.Component.TypeExpr.t
* Odoc_xref2.Component.TypeDecl.Equation.t ]type careful_module = [ | `FModule of Odoc_model.Names.ModuleName.t * Odoc_xref2.Component.Module.t| `FModule_removed of Odoc_xref2.Cpath.Resolved.module_ ]type careful_module_type = [ | `FModuleType of
Odoc_model.Names.ModuleTypeName.t * Odoc_xref2.Component.ModuleType.t| `FModuleType_removed of Odoc_xref2.Component.ModuleType.expr ]type careful_type = [ | `FClass of Odoc_model.Names.ClassName.t * Odoc_xref2.Component.Class.t| `FClassType of
Odoc_model.Names.ClassTypeName.t * Odoc_xref2.Component.ClassType.t| `FType of Odoc_model.Names.TypeName.t * Odoc_xref2.Component.TypeDecl.t| `FType_removed of
Odoc_model.Names.TypeName.t
* Odoc_xref2.Component.TypeExpr.t
* Odoc_xref2.Component.TypeDecl.Equation.t ]type careful_datatype = [ | `FType of Odoc_model.Names.TypeName.t * Odoc_xref2.Component.TypeDecl.t| `FType_removed of
Odoc_model.Names.TypeName.t
* Odoc_xref2.Component.TypeExpr.t
* Odoc_xref2.Component.TypeDecl.Equation.t ]type careful_class = [ | `FClass of Odoc_model.Names.ClassName.t * Odoc_xref2.Component.Class.t| `FClassType of
Odoc_model.Names.ClassTypeName.t * Odoc_xref2.Component.ClassType.t| `FType_removed of
Odoc_model.Names.TypeName.t
* Odoc_xref2.Component.TypeExpr.t
* Odoc_xref2.Component.TypeDecl.Equation.t ]val careful_module_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
careful_module optionval careful_module_type_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
careful_module_type optionval careful_type_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
careful_type optionval careful_datatype_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
careful_datatype optionval careful_class_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
careful_class option