Module Odoc_model__Ident_env

type t
val empty : t
val module_name_of_open : 'a Typedtree.open_infos -> string
val add_module : Odoc_model.Paths.Identifier.Signature.t -> Ident.t -> Odoc_model.Names.ModuleName.t -> t -> t
val add_argument : Odoc_model.Paths.Identifier.Signature.t -> int -> Ident.t -> Odoc_model.Names.ArgumentName.t -> t -> t
val add_module_type : Odoc_model.Paths.Identifier.Signature.t -> Ident.t -> Odoc_model.Names.ModuleTypeName.t -> t -> t
val add_type : Odoc_model.Paths.Identifier.Signature.t -> Ident.t -> Odoc_model.Names.TypeName.t -> t -> t
val add_class : Odoc_model.Paths.Identifier.Signature.t -> Ident.t -> Ident.t -> Ident.t -> Ident.t -> Odoc_model.Names.ClassName.t -> t -> t
val add_class_type : Odoc_model.Paths.Identifier.Signature.t -> Ident.t -> Ident.t -> Ident.t -> Odoc_model.Names.ClassTypeName.t -> t -> t
val add_signature_type_items : Odoc_model.Paths.Identifier.Signature.t -> Odoc_model.Compat.signature -> t -> t
val add_signature_tree_items : Odoc_model.Paths.Identifier.Signature.t -> Typedtree.signature -> t -> t
val add_structure_tree_items : Odoc_model.Paths.Identifier.Signature.t -> Typedtree.structure -> t -> t
module Path : sig ... end
module Fragment : sig ... end