Odoc_xref2.Subst
Sourceval add_module_type :
Ident.module_type ->
Cpath.module_type ->
Cpath.Resolved.module_type ->
t ->
t
val add_class_type :
Ident.class_type ->
Cpath.class_type ->
Cpath.Resolved.class_type ->
t ->
t
val add_type_replacement :
Ident.path_type ->
Component.TypeExpr.t ->
Component.TypeDecl.Equation.t ->
t ->
t
val module_type_substitution :
t ->
Component.ModuleTypeSubstitution.t ->
Component.ModuleTypeSubstitution.t
val module_substitution :
t ->
Component.ModuleSubstitution.t ->
Component.ModuleSubstitution.t
val apply_sig_map :
t ->
Component.Signature.item list ->
Component.Signature.removed_item list ->
Component.Signature.item list * Component.Signature.removed_item list * bool
Apply substitutions. The third value is false
if the corresponding signature needs to be compiled again and true
otherwise.