mirror of
https://github.com/c-cube/iter.git
synced 2026-03-09 15:23:32 -04:00
9 lines
148 B
OCaml
9 lines
148 B
OCaml
#directory "_build/src";;
|
|
#load "iter.cma";;
|
|
|
|
open Iter.Infix;;
|
|
|
|
#directory "_build/src/bigarray/";;
|
|
#load "bigarray.cma";;
|
|
|
|
(* vim:syntax=ocaml *)
|