ocaml-containers/.ocamlinit
Simon Cruanes 23029332df added Futures.is_done function;
.ocamlinit file to import stuff in the toplevel
2013-03-19 15:10:41 +01:00

7 lines
171 B
OCaml

(* vim:syntax=ocaml: *)
#use "topfind";;
#directory "_build/";;
#directory "_build/tests/";;
#load "containers.cma";;
#require "threads";;
#load "thread_containers.cma";;