Module Identifier.SignatureSource
type t_pv = [ | `Root of Odoc_model.Paths.Identifier.ContainerPage.t option * Odoc_model.Names.ModuleName.t| `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| `Result of Odoc_model.Paths.Identifier.Signature.t| `ModuleType of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleTypeName.t
]val equal :
Odoc_model.Paths.Identifier.Signature.t ->
Odoc_model.Paths.Identifier.Signature.t ->
boolval hash : Odoc_model.Paths.Identifier.Signature.t -> intval compare :
Odoc_model.Paths.Identifier.Signature.t ->
Odoc_model.Paths.Identifier.Signature.t ->
int