Module Identifier.ModuleSource
Source
type t_pv = [ | Odoc_model.Paths.Identifier.RootModule.t_pv| `Module of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t| `Parameter of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t
]Source
val equal :
Odoc_model.Paths.Identifier.Module.t ->
Odoc_model.Paths.Identifier.Module.t ->
boolSource
val compare :
Odoc_model.Paths.Identifier.Module.t ->
Odoc_model.Paths.Identifier.Module.t ->
int