fix in ocamlinit

This commit is contained in:
Simon Cruanes 2013-03-20 16:09:12 +01:00
parent 02481a9352
commit c1ad18407f

View file

@ -1,5 +1,6 @@
(* vim:syntax=ocaml: *) (* vim:syntax=ocaml: *)
#use "topfind";; #use "topfind";;
#thread
#directory "_build/";; #directory "_build/";;
#directory "_build/tests/";; #directory "_build/tests/";;
#load "containers.cma";; #load "containers.cma";;