ocaml-containers/.ocamlinit
Simon Cruanes c72cc692a7 IntGraph provided as facility;
BFS properly handles the optional start id
2013-03-19 21:45:05 +01:00

8 lines
189 B
OCaml

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