The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix comment typo

+2 -2
+2 -2
utils/load_path.mli
··· 101 101 type visibility = Visible | Hidden 102 102 103 103 val find_normalized_with_visibility : string -> string * visibility 104 - (** Same as [find_normalized], but also whether the cmi was found in a -I 105 - directory (Visible) or a -H directory (Hidden) *) 104 + (** Same as [find_normalized], but also reports whether the cmi was found in a 105 + -I directory (Visible) or a -H directory (Hidden) *) 106 106 107 107 val[@deprecated] add : Dir.t -> unit 108 108 (** Old name for {!append_dir} *)