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