Odoc_xref2.Find
type 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_ option
val type_in_sig : Odoc_xref2.Component.Signature.t -> string -> type_ option
val datatype_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
datatype option
val module_type_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
module_type option
val exception_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
exception_ option
val extension_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
extension option
val any_in_type :
Odoc_xref2.Component.TypeDecl.t ->
string ->
any_in_type option
val constructor_in_type :
Odoc_xref2.Component.TypeDecl.t ->
string ->
constructor option
val any_in_typext :
Odoc_xref2.Component.Extension.t ->
string ->
extension option
val method_in_class_signature :
Odoc_xref2.Component.ClassSignature.t ->
string ->
method_ option
val instance_variable_in_class_signature :
Odoc_xref2.Component.ClassSignature.t ->
string ->
instance_variable option
val class_in_sig : Odoc_xref2.Component.Signature.t -> string -> class_ list
val signature_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
signature list
val value_in_sig : Odoc_xref2.Component.Signature.t -> string -> value list
val label_in_sig : Odoc_xref2.Component.Signature.t -> string -> label list
val label_parent_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
label_parent list
val any_in_sig : Odoc_xref2.Component.Signature.t -> string -> any_in_sig list
val any_in_type_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
any_in_type_in_sig list
val any_in_class_signature :
Odoc_xref2.Component.ClassSignature.t ->
string ->
any_in_class_sig list
val class_in_sig_unambiguous :
Odoc_xref2.Component.Signature.t ->
string ->
class_ option
val value_in_sig_unambiguous :
Odoc_xref2.Component.Signature.t ->
string ->
value option
type 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 option
val careful_module_type_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
careful_module_type option
val careful_type_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
careful_type option
val careful_datatype_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
careful_datatype option
val careful_class_in_sig :
Odoc_xref2.Component.Signature.t ->
string ->
careful_class option