mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
9 lines
197 B
OCaml
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;;
|