mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 05:03:54 -05:00
efeb0fc merge from master; version 0.5.4 0de04d0 depend on bytes; compliant with -safe-string d95495d sequence.bigarray 15a0b9d fix release numbers git-subtree-dir: sequence git-subtree-split: efeb0fc99751bc8260f10da96fa26aac70585208
9 lines
148 B
OCaml
9 lines
148 B
OCaml
#directory "_build";;
|
|
#load "sequence.cma";;
|
|
|
|
open Sequence.Infix;;
|
|
|
|
#directory "_build/bigarray/";;
|
|
#load "bigarray.cma";;
|
|
|
|
(* vim:syntax=ocaml *)
|