Module Path.ResolvedSource
module Module : sig ... endmodule ModuleType : sig ... endmodule Type : sig ... endmodule Value : sig ... endmodule ClassType : sig ... endtype t = [ | `Identifier of Odoc_model.Paths.Identifier.t| `SubstitutedCT of Odoc_model__.Paths_types.Resolved_path.class_type| `SubstitutedT of Odoc_model.Paths.Path.Resolved.Type.t| `SubstitutedMT of Odoc_model.Paths.Path.Resolved.ModuleType.t| `Substituted of Odoc_model.Paths.Path.Resolved.Module.t| `Subst of Odoc_model.Paths.Path.Resolved.ModuleType.t * Odoc_model.Paths.Path.Resolved.Module.t| `Hidden of Odoc_model.Paths.Path.Resolved.Module.t| `Module of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.ModuleName.t| `Canonical of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Paths.Path.Module.t| `Apply of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Paths.Path.Resolved.Module.t| `Alias of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Paths.Path.Module.t| `AliasModuleType of Odoc_model.Paths.Path.Resolved.ModuleType.t * Odoc_model.Paths.Path.Resolved.ModuleType.t| `OpaqueModule of Odoc_model.Paths.Path.Resolved.Module.t| `ModuleType of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.ModuleTypeName.t| `CanonicalModuleType of Odoc_model.Paths.Path.Resolved.ModuleType.t * Odoc_model.Paths.Path.ModuleType.t| `SubstT of Odoc_model.Paths.Path.Resolved.ModuleType.t * Odoc_model.Paths.Path.Resolved.ModuleType.t| `OpaqueModuleType of Odoc_model.Paths.Path.Resolved.ModuleType.t| `CanonicalType of Odoc_model.Paths.Path.Resolved.Type.t * Odoc_model.Paths.Path.Type.t| `Type of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t| `Class of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t| `ClassType of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t| `Class of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t| `Value of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.ValueName.t| `ClassType of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t| `CoreType of Odoc_model.Names.TypeName.t
]val identifier :
Odoc_model.Paths.Path.Resolved.t ->
Odoc_model.Paths.Identifier.t optionIf the path points to a core type, no identifier can be generated