Component.Of_Lang
val empty : unit -> map
val resolved_module_path :
map ->
Odoc_model.Paths.Path.Resolved.Module.t ->
Odoc_xref2.Cpath.Resolved.module_
val resolved_module_type_path :
map ->
Odoc_model.Paths.Path.Resolved.ModuleType.t ->
Odoc_xref2.Cpath.Resolved.module_type
val resolved_type_path :
map ->
Odoc_model.Paths.Path.Resolved.Type.t ->
Odoc_xref2.Cpath.Resolved.type_
val resolved_value_path :
map ->
Odoc_model.Paths.Path.Resolved.Value.t ->
Odoc_xref2.Cpath.Resolved.value
val resolved_constructor_path :
map ->
Odoc_model.Paths.Path.Resolved.Constructor.t ->
Odoc_xref2.Cpath.Resolved.constructor
val resolved_class_type_path :
map ->
Odoc_model.Paths.Path.Resolved.ClassType.t ->
Odoc_xref2.Cpath.Resolved.class_type
val module_path :
map ->
Odoc_model.Paths.Path.Module.t ->
Odoc_xref2.Cpath.module_
val module_type_path :
map ->
Odoc_model.Paths.Path.ModuleType.t ->
Odoc_xref2.Cpath.module_type
val type_path : map -> Odoc_model.Paths.Path.Type.t -> Odoc_xref2.Cpath.type_
val datatype :
map ->
Odoc_model.Paths.Path.DataType.t ->
Odoc_xref2.Cpath.datatype
val value_path : map -> Odoc_model.Paths.Path.Value.t -> Odoc_xref2.Cpath.value
val constructor_path :
map ->
Odoc_model.Paths.Path.Constructor.t ->
Odoc_xref2.Cpath.constructor
val class_type_path :
map ->
Odoc_model.Paths.Path.ClassType.t ->
Odoc_xref2.Cpath.class_type
val resolved_signature_fragment :
map ->
Odoc_model.Paths.Fragment.Resolved.Signature.t ->
Odoc_xref2.Cfrag.resolved_signature
val resolved_module_fragment :
map ->
Odoc_model.Paths.Fragment.Resolved.Module.t ->
Odoc_xref2.Cfrag.resolved_module
val resolved_module_type_fragment :
map ->
Odoc_model.Paths.Fragment.Resolved.ModuleType.t ->
Odoc_xref2.Cfrag.resolved_module_type
val resolved_type_fragment :
map ->
Odoc_model.Paths.Fragment.Resolved.Type.t ->
Odoc_xref2.Cfrag.resolved_type
val signature_fragment :
map ->
Odoc_model.Paths.Fragment.Signature.t ->
Odoc_xref2.Cfrag.signature
val module_fragment :
map ->
Odoc_model.Paths.Fragment.Module.t ->
Odoc_xref2.Cfrag.module_
val type_fragment :
map ->
Odoc_model.Paths.Fragment.Type.t ->
Odoc_xref2.Cfrag.type_
val module_type_fragment :
map ->
Odoc_model.Paths.Fragment.ModuleType.t ->
Odoc_xref2.Cfrag.module_type
val type_decl : map -> Odoc_model.Lang.TypeDecl.t -> TypeDecl.t
val type_decl_representation :
map ->
Odoc_model.Lang.TypeDecl.Representation.t ->
TypeDecl.Representation.t
val type_decl_constructor :
map ->
Odoc_model.Lang.TypeDecl.Constructor.t ->
TypeDecl.Constructor.t
val type_decl_constructor_argument :
map ->
Odoc_model.Lang.TypeDecl.Constructor.argument ->
TypeDecl.Constructor.argument
val type_decl_field :
map ->
Odoc_model.Lang.TypeDecl.Field.t ->
TypeDecl.Field.t
val type_equation :
map ->
Odoc_model.Lang.TypeDecl.Equation.t ->
TypeDecl.Equation.t
val type_expr_polyvar :
map ->
Odoc_model.Lang.TypeExpr.Polymorphic_variant.t ->
TypeExpr.Polymorphic_variant.t
val type_object : map -> Odoc_model.Lang.TypeExpr.Object.t -> TypeExpr.Object.t
val type_package :
map ->
Odoc_model.Lang.TypeExpr.Package.t ->
TypeExpr.Package.t
val type_expression : map -> Odoc_model.Lang.TypeExpr.t -> TypeExpr.t
val module_decl : map -> Odoc_model.Lang.Module.decl -> Module.decl
val include_decl : map -> Odoc_model.Lang.Include.decl -> Include.decl
val module_ : map -> Odoc_model.Lang.Module.t -> Module.t
val with_module_type_substitution :
map ->
Odoc_model.Lang.ModuleType.substitution ->
ModuleType.substitution
val functor_parameter :
map ->
Odoc_xref2.Ident.functor_parameter ->
Odoc_model.Lang.FunctorParameter.parameter ->
FunctorParameter.parameter
val simple_expansion :
map ->
Odoc_model.Lang.ModuleType.simple_expansion ->
ModuleType.simple_expansion
val extension : map -> Odoc_model.Lang.Extension.t -> Extension.t
val extension_constructor :
map ->
Odoc_model.Lang.Extension.Constructor.t ->
Extension.Constructor.t
val exception_ : map -> Odoc_model.Lang.Exception.t -> Exception.t
val u_module_type_expr :
map ->
Odoc_model.Lang.ModuleType.U.expr ->
ModuleType.U.expr
val module_type_expr :
map ->
Odoc_model.Lang.ModuleType.expr ->
ModuleType.expr
val module_type : map -> Odoc_model.Lang.ModuleType.t -> ModuleType.t
val value : map -> Odoc_model.Lang.Value.t -> Value.t
val include_ : map -> Odoc_model.Lang.Include.t -> Include.t
val class_ : map -> Odoc_model.Lang.Class.t -> Class.t
val class_decl : map -> Odoc_model.Lang.Class.decl -> Class.decl
val class_type_expr : map -> Odoc_model.Lang.ClassType.expr -> ClassType.expr
val class_type : map -> Odoc_model.Lang.ClassType.t -> ClassType.t
val class_signature :
map ->
Odoc_model.Lang.ClassSignature.t ->
ClassSignature.t
val method_ : map -> Odoc_model.Lang.Method.t -> Method.t
val instance_variable :
map ->
Odoc_model.Lang.InstanceVariable.t ->
InstanceVariable.t
val module_substitution :
map ->
Odoc_model.Lang.ModuleSubstitution.t ->
ModuleSubstitution.t
val module_of_module_substitution :
map ->
Odoc_model.Lang.ModuleSubstitution.t ->
Module.t
val signature : map -> Odoc_model.Lang.Signature.t -> Signature.t
val open_ : map -> Odoc_model.Lang.Open.t -> Open.t
val apply_sig_map : map -> Odoc_model.Lang.Signature.t -> Signature.t
val docs : map -> Odoc_model.Comment.docs -> CComment.docs
val docs_or_stop :
map ->
Odoc_model.Comment.docs_or_stop ->
CComment.docs_or_stop