mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
17 lines
297 B
Plaintext
17 lines
297 B
Plaintext
let () =
|
|
try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
|
|
with Not_found -> ()
|
|
;;
|
|
|
|
#use "topfind";;
|
|
#require "lacaml";;
|
|
#directory "_build";;
|
|
#directory "_build/Utils";;
|
|
#directory "_build/Nuclei";;
|
|
#directory "_build/Basis";;
|
|
#directory "_build/HartreeFock";;
|
|
|
|
#use "topfind";;
|
|
|
|
|