Module Resolved.Signature

type t = [
  1. | `Alias of Odoc_model__.Paths_types.Resolved_path.module_ * Odoc_model__.Paths_types.Resolved_reference.module_
  2. | `AliasModuleType of Odoc_model__.Paths_types.Resolved_path.module_type * Odoc_model__.Paths_types.Resolved_reference.module_type
  3. | `Hidden of Odoc_model__.Paths_types.Resolved_reference.module_
  4. | `Identifier of Odoc_model__.Paths_types.Identifier.signature_pv Odoc_model__.Paths_types.id
  5. | `Module of Odoc_model__.Paths_types.Resolved_reference.signature * Odoc_model__.Names.ModuleName.t
  6. | `ModuleType of Odoc_model__.Paths_types.Resolved_reference.signature * Odoc_model__.Names.ModuleTypeName.t
]