ocaml-containers/.ocamlinit
2013-03-20 16:09:12 +01:00

9 lines
197 B
OCaml

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