Module Odoc_xref2.SubstSource
Source
val path_invalidate_module :
Odoc_xref2.Ident.module_ ->
Odoc_xref2.Subst.t ->
Odoc_xref2.Subst.tSource
val add_module :
Odoc_xref2.Ident.module_ ->
Odoc_xref2.Cpath.module_ ->
Odoc_xref2.Cpath.Resolved.module_ ->
Odoc_xref2.Subst.t ->
Odoc_xref2.Subst.tSource
val add_module_type :
Odoc_xref2.Ident.module_type ->
Odoc_xref2.Cpath.module_type ->
Odoc_xref2.Cpath.Resolved.module_type ->
Odoc_xref2.Subst.t ->
Odoc_xref2.Subst.tSource
val add_type :
Odoc_xref2.Ident.type_ ->
Odoc_xref2.Cpath.type_ ->
Odoc_xref2.Cpath.Resolved.type_ ->
Odoc_xref2.Subst.t ->
Odoc_xref2.Subst.tSource
val add_class :
Odoc_xref2.Ident.type_ ->
Odoc_xref2.Cpath.class_type ->
Odoc_xref2.Cpath.Resolved.class_type ->
Odoc_xref2.Subst.t ->
Odoc_xref2.Subst.tSource
val add_class_type :
Odoc_xref2.Ident.type_ ->
Odoc_xref2.Cpath.class_type ->
Odoc_xref2.Cpath.Resolved.class_type ->
Odoc_xref2.Subst.t ->
Odoc_xref2.Subst.tSource
val add_type_replacement :
Odoc_xref2.Ident.type_ ->
Odoc_xref2.Component.TypeExpr.t ->
Odoc_xref2.Component.TypeDecl.Equation.t ->
Odoc_xref2.Subst.t ->
Odoc_xref2.Subst.tSource
val add_module_type_replacement :
Odoc_xref2.Ident.module_type ->
Odoc_xref2.Component.ModuleType.expr ->
Odoc_xref2.Subst.t ->
Odoc_xref2.Subst.tSource
val add_module_substitution :
Odoc_xref2.Ident.module_ ->
Odoc_xref2.Subst.t ->
Odoc_xref2.Subst.tSource
val type_expr :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.TypeExpr.t ->
Odoc_xref2.Component.TypeExpr.tSource
val module_ :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.Module.t ->
Odoc_xref2.Component.Module.tSource
val module_type :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.ModuleType.t ->
Odoc_xref2.Component.ModuleType.tSource
val module_type_substitution :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.ModuleTypeSubstitution.t ->
Odoc_xref2.Component.ModuleTypeSubstitution.tSource
val module_substitution :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.ModuleSubstitution.t ->
Odoc_xref2.Component.ModuleSubstitution.tSource
val module_type_expr :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.ModuleType.expr ->
Odoc_xref2.Component.ModuleType.exprSource
val exception_ :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.Exception.t ->
Odoc_xref2.Component.Exception.tSource
val extension :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.Extension.t ->
Odoc_xref2.Component.Extension.tSource
val include_ :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.Include.t ->
Odoc_xref2.Component.Include.tSource
val value :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.Value.t ->
Odoc_xref2.Component.Value.tSource
val class_ :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.Class.t ->
Odoc_xref2.Component.Class.tSource
val class_decl :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.Class.decl ->
Odoc_xref2.Component.Class.declSource
val class_type :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.ClassType.t ->
Odoc_xref2.Component.ClassType.tSource
val signature :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.Signature.t ->
Odoc_xref2.Component.Signature.tSource
val apply_sig_map_items :
Odoc_xref2.Subst.t ->
Odoc_xref2.Component.Signature.item list ->
Odoc_xref2.Component.Signature.item listApply substitutions.