Module Cpath.ResolvedSource
type parent = [ | `Module of Odoc_xref2.Cpath.Resolved.module_| `ModuleType of Odoc_xref2.Cpath.Resolved.module_type| `FragmentRoot
]and module_ = [ | `Local of Odoc_xref2.Ident.module_| `Gpath of Odoc_model.Paths.Path.Resolved.Module.t| `Substituted of Odoc_xref2.Cpath.Resolved.module_| `Subst of Odoc_xref2.Cpath.Resolved.module_type * Odoc_xref2.Cpath.Resolved.module_| `Hidden of Odoc_xref2.Cpath.Resolved.module_| `Module of Odoc_xref2.Cpath.Resolved.parent * Odoc_model.Names.ModuleName.t| `Canonical of Odoc_xref2.Cpath.Resolved.module_ * Odoc_model.Paths.Path.Module.t| `Apply of Odoc_xref2.Cpath.Resolved.module_ * Odoc_xref2.Cpath.Resolved.module_| `Alias of Odoc_xref2.Cpath.Resolved.module_ * Odoc_xref2.Cpath.Cpath.module_ * Odoc_xref2.Cpath.Resolved.module_ option| `OpaqueModule of Odoc_xref2.Cpath.Resolved.module_
]and module_type = [ | `Local of Odoc_xref2.Ident.module_type| `Substituted of Odoc_xref2.Cpath.Resolved.module_type| `Gpath of Odoc_model.Paths.Path.Resolved.ModuleType.t| `ModuleType of Odoc_xref2.Cpath.Resolved.parent * Odoc_model.Names.ModuleTypeName.t| `SubstT of Odoc_xref2.Cpath.Resolved.module_type * Odoc_xref2.Cpath.Resolved.module_type| `AliasModuleType of Odoc_xref2.Cpath.Resolved.module_type * Odoc_xref2.Cpath.Resolved.module_type| `CanonicalModuleType of Odoc_xref2.Cpath.Resolved.module_type * Odoc_model.Paths.Path.ModuleType.t| `OpaqueModuleType of Odoc_xref2.Cpath.Resolved.module_type
]and type_ = [ | `Local of Odoc_xref2.Ident.type_| `Gpath of Odoc_model.Paths.Path.Resolved.Type.t| `Substituted of Odoc_xref2.Cpath.Resolved.type_| `CanonicalType of Odoc_xref2.Cpath.Resolved.type_ * Odoc_model.Paths.Path.Type.t| `CoreType of Odoc_model.Names.TypeName.t| `Type of Odoc_xref2.Cpath.Resolved.parent * Odoc_model.Names.TypeName.t| `Class of Odoc_xref2.Cpath.Resolved.parent * Odoc_model.Names.TypeName.t| `ClassType of Odoc_xref2.Cpath.Resolved.parent * Odoc_model.Names.TypeName.t
]and value = [ | `Value of Odoc_xref2.Cpath.Resolved.parent * Odoc_model.Names.ValueName.t| `Gpath of Odoc_model.Paths.Path.Resolved.Value.t
]and class_type = [ | `Local of Odoc_xref2.Ident.type_| `Substituted of Odoc_xref2.Cpath.Resolved.class_type| `Gpath of Odoc_model.Paths.Path.Resolved.ClassType.t| `Class of Odoc_xref2.Cpath.Resolved.parent * Odoc_model.Names.TypeName.t| `ClassType of Odoc_xref2.Cpath.Resolved.parent * Odoc_model.Names.TypeName.t
]