Skip to content

Instantly share code, notes, and snippets.

@joelonsql
Created October 6, 2018 08:19
Show Gist options
  • Save joelonsql/cb993bf9da206c9ea8f46d2c7e71511d to your computer and use it in GitHub Desktop.
Save joelonsql/cb993bf9da206c9ea8f46d2c7e71511d to your computer and use it in GitHub Desktop.
(* Added by OPAM. *)
let () =
try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
with Not_found -> ()
;;
#use "topfind";;
#thread;;
#require "core.top";;
#require "core.syntax";;
#require "ppx_sexp_conv";;
#require "ppx_fields_conv";;
#require "ppx_compare";;
#require "core_bench";;
#require "async_graphics";;
#require "ppx_hash";;
#require "cryptokit";;
#require "ppx_let";;
#require "yojson";;
open Core;;
open Yojson;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment