jon.recoil.org

Module Odoc_xref2.CfragSource

Sourceand resolved_module_type = [
  1. | `ModuleType of Odoc_xref2.Cfrag.resolved_signature * Odoc_model.Names.ModuleTypeName.t
]
Sourcetype signature = [
  1. | `Resolved of Odoc_xref2.Cfrag.resolved_signature
  2. | `Dot of Odoc_xref2.Cfrag.signature * string
  3. | `Root
]
Sourceand module_ = [
  1. | `Resolved of Odoc_xref2.Cfrag.resolved_module
  2. | `Dot of Odoc_xref2.Cfrag.signature * string
]
Sourceand module_type = [
  1. | `Resolved of Odoc_xref2.Cfrag.resolved_module_type
  2. | `Dot of Odoc_xref2.Cfrag.signature * string
]
Sourceand type_ = [
  1. | `Resolved of Odoc_xref2.Cfrag.resolved_type
  2. | `Dot of Odoc_xref2.Cfrag.signature * string
]
Sourceval resolved_module_split : Odoc_xref2.Cfrag.resolved_module -> string * Odoc_xref2.Cfrag.resolved_module option
Sourceval module_split : Odoc_xref2.Cfrag.module_ -> string * Odoc_xref2.Cfrag.module_ option
Sourceval module_type_split : Odoc_xref2.Cfrag.module_type -> string * Odoc_xref2.Cfrag.module_type option
Sourceval resolved_type_split : Odoc_xref2.Cfrag.resolved_type -> string * Odoc_xref2.Cfrag.resolved_type option
Sourceval type_split : Odoc_xref2.Cfrag.type_ -> string * Odoc_xref2.Cfrag.type_ option