Module Resolved.Module

type t = [
  1. | `Alias of Odoc_model__.Paths_types.Resolved_path.module_ * Odoc_model__.Paths_types.Path.module_
  2. | `Apply of Odoc_model__.Paths_types.Resolved_path.module_ * Odoc_model__.Paths_types.Resolved_path.module_
  3. | `Canonical of Odoc_model__.Paths_types.Resolved_path.module_ * Odoc_model__.Paths_types.Path.module_
  4. | `Hidden of Odoc_model__.Paths_types.Resolved_path.module_
  5. | `Identifier of [ `Module of Odoc_model__.Paths_types.Identifier.signature_pv Odoc_model__.Paths_types.id * Odoc_model__.Names.ModuleName.t | `Parameter of Odoc_model__.Paths_types.Identifier.signature_pv Odoc_model__.Paths_types.id * Odoc_model__.Names.ModuleName.t | `Result of Odoc_model__.Paths_types.Identifier.signature_pv Odoc_model__.Paths_types.id | `Root of Odoc_model__.Paths_types.Identifier.container_page_pv Odoc_model__.Paths_types.id option * Odoc_model__.Names.ModuleName.t ] Odoc_model__.Paths_types.id
  6. | `Module of Odoc_model__.Paths_types.Resolved_path.module_ * Odoc_model__.Names.ModuleName.t
  7. | `OpaqueModule of Odoc_model__.Paths_types.Resolved_path.module_
  8. | `Subst of Odoc_model__.Paths_types.Resolved_path.module_type * Odoc_model__.Paths_types.Resolved_path.module_
]
val is_hidden : t -> weak_canonical_test:bool -> bool