Module Odoc_model.Ident_env

type t
val empty : t
val add_parameter : Paths.Identifier.Signature.t -> Ident.t -> Names.ParameterName.t -> t -> t
val handle_signature_type_items : Paths.Identifier.Signature.t -> Compat.signature -> t -> t
val add_signature_tree_items : Paths.Identifier.Signature.t -> Typedtree.signature -> t -> t
val add_structure_tree_items : Paths.Identifier.Signature.t -> Typedtree.structure -> t -> t
module Path : sig ... end
val find_module : t -> Ident.t -> Paths.Path.Module.t
val find_module_identifier : t -> Ident.t -> Paths.Identifier.Module.t
val find_module_type : t -> Ident.t -> Paths.Identifier.ModuleType.t
val find_type : t -> Ident.t -> Paths_types.Identifier.path_type
val find_type_identifier : t -> Ident.t -> Paths.Identifier.Type.t
val find_class_identifier : t -> Ident.t -> Paths.Identifier.Class.t
val is_shadowed : t -> Ident.t -> bool
val find_class_type_identifier : t -> Ident.t -> Paths.Identifier.ClassType.t
module Fragment : sig ... end