This commit is contained in:
Anton Bachin 2017-10-11 07:32:41 -05:00
parent 08050696fb
commit 21a5296994
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ val library_not_found : ?context:string -> ?hint:string -> string -> _
(** [\["-g"\]] if [!Clflags.g] and [\[\]] otherwise *)
val g : unit -> string list
(** Similar to [String.find] but with a better error message in case of failure *)
(** Similar to [String_map.find] but with a better error message in case of
failure. *)
val find_module : dir:Path.t -> 'a String_map.t -> string -> 'a
val find_deps : dir:Path.t -> 'a String_map.t -> string -> 'a