Browse Source

Add top finder to ocamlinit

master
Taylor Bockman 8 years ago
parent
commit
80c2391f59
  1. 6
      dotfiles/ocamlinit

6
dotfiles/ocamlinit

@ -1,3 +1,9 @@
(* Added by OPAM. *)
let () =
try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
with Not_found -> ()
;;
#use "topfind";;
#thread;;
#camlp4o;;

Loading…
Cancel
Save