QCaml/.ocamlinit

17 lines
297 B
Plaintext
Raw Normal View History

2018-02-24 23:57:38 +01:00
let () =
try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
with Not_found -> ()
;;
#use "topfind";;
#require "lacaml";;
#directory "_build";;
#directory "_build/Utils";;
2018-03-08 23:29:08 +01:00
#directory "_build/Nuclei";;
2018-02-24 23:57:38 +01:00
#directory "_build/Basis";;
#directory "_build/HartreeFock";;
#use "topfind";;