Module Odoc_xref2.Component

module ModuleMap : Stdlib.Map.S with type key = Ident.module_
module TypeMap : Stdlib.Map.S with type key = Ident.type_

Useful maps

module ModuleTypeMap : Stdlib.Map.S with type key = Ident.module_type
module PathTypeMap : Stdlib.Map.S with type key = Ident.path_type
module PathClassTypeMap : Stdlib.Map.S with type key = Ident.path_class_type
module IdentMap : Stdlib.Map.S with type key = Ident.any
module Delayed : sig ... end

Delayed 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 ... end

Components

module Module : sig ... end
module ModuleSubstitution : sig ... end
module TypeExpr : sig ... end
module Extension : sig ... end
module Exception : sig ... end
module FunctorParameter : sig ... end
module ModuleType : sig ... end
module TypeDecl : sig ... end
module Value : sig ... end
module Signature : sig ... end
module Open : sig ... end
module Include : sig ... end
module External : sig ... end
module Class : sig ... end
module ClassType : sig ... end
module ClassSignature : sig ... end
module Method : sig ... end
module InstanceVariable : sig ... end
module Substitution : sig ... end
module CComment : sig ... end
module Element : sig ... end
module Fmt : sig ... end

Formatting functions for components

module Of_Lang : sig ... end
val module_of_functor_argument : FunctorParameter.parameter -> Module.t