Module Odoc_xref__.Subst
val signature : t -> Odoc_model.Lang.Signature.t -> Odoc_model.Lang.Signature.tval class_signature : t -> Odoc_model.Lang.ClassSignature.t -> Odoc_model.Lang.ClassSignature.tval datatype : t -> Odoc_model.Lang.TypeDecl.Representation.t -> Odoc_model.Lang.TypeDecl.Representation.tval module_ : t -> Odoc_model.Lang.Module.t -> Odoc_model.Lang.Module.tval module_type : t -> Odoc_model.Lang.ModuleType.t -> Odoc_model.Lang.ModuleType.tval type_decl : t -> Odoc_model.Lang.TypeDecl.t -> Odoc_model.Lang.TypeDecl.tval constructor : t -> Odoc_model.Lang.TypeDecl.Constructor.t -> Odoc_model.Lang.TypeDecl.Constructor.tval field : t -> Odoc_model.Lang.TypeDecl.Field.t -> Odoc_model.Lang.TypeDecl.Field.tval extension : t -> Odoc_model.Lang.Extension.t -> Odoc_model.Lang.Extension.tval exception_ : t -> Odoc_model.Lang.Exception.t -> Odoc_model.Lang.Exception.tval value : t -> Odoc_model.Lang.Value.t -> Odoc_model.Lang.Value.tval class_ : t -> Odoc_model.Lang.Class.t -> Odoc_model.Lang.Class.tval class_type : t -> Odoc_model.Lang.ClassType.t -> Odoc_model.Lang.ClassType.tval method_ : t -> Odoc_model.Lang.Method.t -> Odoc_model.Lang.Method.tval instance_variable : t -> Odoc_model.Lang.InstanceVariable.t -> Odoc_model.Lang.InstanceVariable.tval comment : t -> Odoc_model.Comment.docs_or_stop -> Odoc_model.Comment.docs_or_stopval documentation : t -> Odoc_model.Comment.docs -> Odoc_model.Comment.docsval identifier_module : t -> Odoc_model.Paths.Identifier.Module.t -> Odoc_model.Paths.Identifier.Module.tval identifier_signature : t -> Odoc_model.Paths.Identifier.Signature.t -> Odoc_model.Paths.Identifier.Signature.tval offset_identifier_signature : t -> (Odoc_model.Paths.Identifier.Signature.t * int) -> Odoc_model.Paths.Identifier.Signature.t * intval module_type_expr : t -> Odoc_model.Lang.ModuleType.expr -> Odoc_model.Lang.ModuleType.exprval module_expansion : t -> Odoc_model.Lang.Module.expansion -> Odoc_model.Lang.Module.expansionval rename_signature : equal:(Odoc_model.Root.t -> Odoc_model.Root.t -> bool) -> Odoc_model.Paths.Identifier.Signature.t -> Odoc_model.Paths.Identifier.Signature.t -> int -> tval rename_class_signature : equal:(Odoc_model.Root.t -> Odoc_model.Root.t -> bool) -> Odoc_model.Paths.Identifier.ClassSignature.t -> Odoc_model.Paths.Identifier.ClassSignature.t -> tval rename_datatype : equal:(Odoc_model.Root.t -> Odoc_model.Root.t -> bool) -> Odoc_model.Paths.Identifier.DataType.t -> Odoc_model.Paths.Identifier.DataType.t -> tval prefix : equal:(Odoc_model.Root.t -> Odoc_model.Root.t -> bool) -> canonical:(Odoc_model.Paths.Path.Module.t * Odoc_model.Paths.Reference.Module.t) option -> Odoc_model.Paths.Identifier.Module.t -> tval strengthen : Odoc_model.Paths.Path.Resolved.Module.t -> tval pack : equal:(Odoc_model.Root.t -> Odoc_model.Root.t -> bool) -> hash:(Odoc_model.Root.t -> int) -> (Odoc_model.Paths.Identifier.Module.t * Odoc_model.Paths.Identifier.Module.t) list -> t