Skip to content

Instantly share code, notes, and snippets.

Created September 18, 2014 02:19
Show Gist options
  • Save anonymous/53138b4f54f0a89ca2dc to your computer and use it in GitHub Desktop.
Save anonymous/53138b4f54f0a89ca2dc to your computer and use it in GitHub Desktop.
$ cat ~/.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";;
open Core.Std
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment