···101101type visibility = Visible | Hidden
102102103103val find_normalized_with_visibility : string -> string * visibility
104104-(** Same as [find_normalized], but also whether the cmi was found in a -I
105105- directory (Visible) or a -H directory (Hidden) *)
104104+(** Same as [find_normalized], but also reports whether the cmi was found in a
105105+ -I directory (Visible) or a -H directory (Hidden) *)
106106107107val[@deprecated] add : Dir.t -> unit
108108(** Old name for {!append_dir} *)