Module Odoc_xref2.Find

type module_type = [
  1. | `FModuleType of Odoc_model.Names.ModuleTypeName.t * Odoc_xref2.Component.ModuleType.t
]
type label = [
  1. | `FLabel of Odoc_xref2.Component.Label.t
]
type substitution = [
  1. | `FModuleType_subst of Odoc_xref2.Component.ModuleTypeSubstitution.t
  2. | `FModule_subst of Odoc_xref2.Component.ModuleSubstitution.t
  3. | `FType_subst of Odoc_xref2.Component.TypeDecl.t
]
type constructor = [
  1. | `FConstructor of Odoc_xref2.Component.TypeDecl.Constructor.t
]
type field = [
  1. | `FField of Odoc_xref2.Component.TypeDecl.Field.t
]
type any_in_type = [
  1. | `FConstructor of Odoc_xref2.Component.TypeDecl.Constructor.t
  2. | `FField of Odoc_xref2.Component.TypeDecl.Field.t
]
type any_in_type_in_sig = [
  1. | `In_type of Odoc_model.Names.TypeName.t * Odoc_xref2.Component.TypeDecl.t * any_in_type
]
type instance_variable = [
  1. | `FInstance_variable of Odoc_model.Names.InstanceVariableName.t * Odoc_xref2.Component.InstanceVariable.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 careful_module = [
  1. | `FModule of Odoc_model.Names.ModuleName.t * Odoc_xref2.Component.Module.t
  2. | `FModule_removed of Odoc_xref2.Cpath.Resolved.module_
]
type careful_module_type = [
  1. | `FModuleType of Odoc_model.Names.ModuleTypeName.t * Odoc_xref2.Component.ModuleType.t
  2. | `FModuleType_removed of Odoc_xref2.Component.ModuleType.expr
]
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