Skip to content

Instantly share code, notes, and snippets.

Created September 18, 2014 02:19
$ 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