-
-
Save anonymous/53138b4f54f0a89ca2dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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