diff options
-rw-r--r-- | .ocamlinit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ocamlinit b/.ocamlinit new file mode 100644 index 0000000..2442c58 --- /dev/null +++ b/.ocamlinit @@ -0,0 +1,4 @@ +#use "topfind";; + +#require "base";; +#require "core";; |