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