module ModuleMap : Stdlib.Map.S with type key = Ident.module_module TypeMap : Stdlib.Map.S with type key = Ident.type_module PathModuleMap : Stdlib.Map.S with type key = Ident.path_moduleUseful maps
module ModuleTypeMap : Stdlib.Map.S with type key = Ident.module_typemodule PathTypeMap : Stdlib.Map.S with type key = Ident.path_typemodule PathClassTypeMap : Stdlib.Map.S with type key = Ident.path_class_typemodule IdentMap : Stdlib.Map.S with type key = Ident.anymodule Delayed : sig ... endDelayed is a bit like Lazy.t but may in the future offer the chance to peek inside to be able to optimize the calculation
module Opt : sig ... endComponents
module Module : sig ... endmodule ModuleSubstitution : sig ... endmodule TypeExpr : sig ... endmodule Extension : sig ... endmodule Exception : sig ... endmodule FunctorParameter : sig ... endmodule ModuleType : sig ... endmodule TypeDecl : sig ... endmodule Value : sig ... endmodule Signature : sig ... endmodule Open : sig ... endmodule Include : sig ... endmodule External : sig ... endmodule Class : sig ... endmodule ClassType : sig ... endmodule ClassSignature : sig ... endmodule Method : sig ... endmodule InstanceVariable : sig ... endmodule Substitution : sig ... endmodule CComment : sig ... endmodule Element : sig ... endmodule Fmt : sig ... endFormatting functions for components
module Of_Lang : sig ... endval module_of_functor_argument : FunctorParameter.parameter -> Module.t