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