mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 12:45:34 -05:00
5 lines
90 B
OCaml
5 lines
90 B
OCaml
#directory "_build";;
|
|
#load "sequence.cma";;
|
|
open Sequence.Infix;;
|
|
(* vim:syntax=ocaml
|
|
*)
|