Paths.Identifiermodule type IdSig = sig ... endmodule Id : sig ... endmodule RootModule :
IdSig with type t = RootModule.t and type t_pv = RootModule.t_pvmodule Signature :
IdSig with type t = Signature.t and type t_pv = Signature.t_pvmodule ClassSignature :
IdSig with type t = ClassSignature.t and type t_pv = ClassSignature.t_pvmodule LabelParent :
IdSig with type t = LabelParent.t and type t_pv = LabelParent.t_pvmodule FunctorParameter : sig ... endmodule ModuleType :
IdSig with type t = ModuleType.t and type t_pv = ModuleType.t_pvmodule SourceDir :
IdSig with type t = SourceDir.t and type t_pv = SourceDir.t_pvmodule ClassType :
IdSig with type t = ClassType.t and type t_pv = ClassType.t_pvmodule DataType : sig ... endmodule FieldParent : sig ... endmodule FunctorResult : sig ... endmodule Constructor : sig ... endmodule Field : sig ... endmodule Extension : sig ... endmodule ExtensionDecl : sig ... endmodule Exception : sig ... endmodule Value : sig ... endmodule Method : sig ... endmodule InstanceVariable : sig ... endmodule Page : sig ... endmodule ContainerPage : sig ... endmodule NonSrc : sig ... endmodule SourcePage : sig ... endmodule SourceLocation : sig ... endmodule AssetFile : sig ... endmodule OdocId : sig ... endmodule Path : sig ... endval hash : t -> intThe fullname of value x in module M is M.x, whereas the regular name is x.
val label_parent : [< NonSrc.t_pv ] id -> LabelParent.tmodule Maps : sig ... endmodule Mk : sig ... end