ocaml-containers/.ocamlinit
2013-04-05 17:34:06 +02:00

10 lines
196 B
OCaml

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