Module Paths.IdentifierSource
Generic operations
Source
module Any :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.t
and type t_pv = Odoc_model.Paths.Identifier.t_pvSource
module RootModule :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.RootModule.t
and type t_pv = Odoc_model.Paths.Identifier.RootModule.t_pvSource
module Signature :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.Signature.t
and type t_pv = Odoc_model.Paths.Identifier.Signature.t_pvSource
module LabelParent :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.LabelParent.t
and type t_pv = Odoc_model.Paths.Identifier.LabelParent.t_pvSource
module Module :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.Module.t
and type t_pv = Odoc_model.Paths.Identifier.Module.t_pvSource
module ModuleType :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.ModuleType.t
and type t_pv = Odoc_model.Paths.Identifier.ModuleType.t_pvSource
module Type :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.Type.t
and type t_pv = Odoc_model.Paths.Identifier.Type.t_pvSource
module Class :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.Class.t
and type t_pv = Odoc_model.Paths.Identifier.Class.t_pvSource
module ClassType :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.ClassType.t
and type t_pv = Odoc_model.Paths.Identifier.ClassType.t_pvSource
module Label :
Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.Label.t
and type t_pv = Odoc_model.Paths.Identifier.Label.t_pvSource
val fullname :
[< Odoc_model.Paths.Identifier.t_pv ] Odoc_model.Paths.Identifier.id ->
string listThe fullname of value x in module M is M.x, whereas the regular name is x.
Source
val equal :
([< Odoc_model.Paths.Identifier.t_pv ] Odoc_model.Paths.Identifier.id as 'a) ->
'a ->
boolSource
val label_parent :
[< Odoc_model.Paths.Identifier.NonSrc.t_pv ] Odoc_model.Paths.Identifier.id ->
Odoc_model.Paths.Identifier.LabelParent.tSource
val fresh_include_parent :
Odoc_model.Paths.Identifier.Signature.t ->
Odoc_model.Paths.Identifier.Signature.tCreate a synthetic parent identifier for items inside an include's module type expression. Uses a lowercase module name (illegal in normal OCaml) to ensure no clashes with real identifiers. Each call returns a fresh identifier.