Skip to content

Instantly share code, notes, and snippets.

@seckcoder
Created January 3, 2014 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seckcoder/8234822 to your computer and use it in GitHub Desktop.
Save seckcoder/8234822 to your computer and use it in GitHub Desktop.
ocamlinit
(* Added by OPAM. *)
let () =
try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
with Not_found -> ()
;;
#use "topfind";;
#thread;;
#camlp4o;;
#require "core.top";;
#require "core.syntax";;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment