Module Identifier.Maps

module Any : Map.S with type key = Any.t
module Signature : Map.S with type key = Signature.t
module DataType : Map.S with type key = DataType.t
module Parent : Map.S with type key = Parent.t
module LabelParent : Map.S with type key = LabelParent.t
module Module : Map.S with type key = Module.t
module ModuleType : Map.S with type key = ModuleType.t
module Type : Map.S with type key = Type.t
module Constructor : Map.S with type key = Constructor.t
module Field : Map.S with type key = Field.t
module Extension : Map.S with type key = Extension.t
module Exception : Map.S with type key = Exception.t
module Value : Map.S with type key = Value.t
module Class : Map.S with type key = Class.t
module ClassType : Map.S with type key = ClassType.t
module Method : Map.S with type key = Method.t
module Label : Map.S with type key = Label.t
module Page : Map.S with type key = Page.t
module ContainerPage : Map.S with type key = ContainerPage.t
module Path : sig ... end