This commit is contained in:
Dmitry Boulytchev 2020-02-20 20:26:31 +03:00
commit 592bd954a9
19 changed files with 118 additions and 83 deletions

View file

@ -1085,6 +1085,7 @@ module Interface =
with Sys_error _ -> None
let find import paths =
(*Printf.printf "Paths to search import in: %s" (show(list) (show(string)) paths); *)
let rec inner = function
| [] -> None
| p::paths ->

View file

@ -1 +1 @@
let version = "Version 1.00, 372b66ae, Wed Feb 19 17:43:44 2020 +0300"
let version = "Version 1.00, 7ebbf65b, Thu Feb 20 20:25:29 2020 +0300"