114.20+69

This commit is contained in:
Jeremie Dimino 2016-12-16 12:56:34 +00:00
parent 09503447b9
commit 079d64f48c
1 changed files with 2 additions and 1 deletions

View File

@ -190,6 +190,7 @@ let builtins =
}
in
let str = simple "str" [] ~dir:"+" in
let unix = simple "unix" [] ~dir:"+" in
let bigarray = simple "bigarray" ["unix"] ~dir:"+" in
let threads =
{ name = "threads"
@ -215,7 +216,7 @@ let builtins =
]
}
in
List.map [ compiler_libs; str; bigarray; threads; num ] ~f:(fun t -> t.name, t)
List.map [ compiler_libs; str; unix; bigarray; threads; num ] ~f:(fun t -> t.name, t)
|> String_map.of_alist_exn
let string_of_action = function