Advertisement
Guest User

Untitled

a guest
Nov 30th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (* Added by OPAM. *)
  2. let () =
  3. try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
  4. with Not_found -> ()
  5. ;;
  6. #use "topfind"
  7. #thread
  8. #camlp4o
  9. #require "core.top"
  10. #require "core.syntax"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement