You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(* Added by OPAM. *) |
|
let () = |
|
try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH") |
|
with Not_found -> () |
|
;; |
|
|
|
#use "topfind";; |
|
#thread;; |
|
#camlp4o;; |
|
#require "async";; |
|
#require "core.top";; |
|
#require "core.syntax";;
|
|
|