diff --git a/dev/iter/Iter/Infix/index.html b/dev/iter/Iter/Infix/index.html index 90d8b66..036862f 100644 --- a/dev/iter/Iter/Infix/index.html +++ b/dev/iter/Iter/Infix/index.html @@ -1,2 +1,2 @@ -
Iter.Infixval (--) : int -> int -> int ta -- b is the range of integers from a to b, both included, in increasing order. It will therefore be empty if a > b.
val (--^) : int -> int -> int ta --^ b is the range of integers from b to a, both included, in decreasing order (starts from a). It will therefore be empty if a < b.
Iter.Infixval (--) : int -> int -> int ta -- b is the range of integers from a to b, both included, in increasing order. It will therefore be empty if a > b.
val (--^) : int -> int -> int ta --^ b is the range of integers from b to a, both included, in decreasing order (starts from a). It will therefore be empty if a < b.
module Infix : sig ... endinclude module type of Infixval (--) : int -> int -> int ta -- b is the range of integers from a to b, both included, in increasing order. It will therefore be empty if a > b.
val (--^) : int -> int -> int ta --^ b is the range of integers from b to a, both included, in decreasing order (starts from a). It will therefore be empty if a < b.
val pp_seq :
+let l = Iter.random_int 1000 |> Iter.take 3 |> Iter.to_listmodule Infix : sig ... endinclude module type of Infixval (--) : int -> int -> int ta -- b is the range of integers from a to b, both included, in increasing order. It will therefore be empty if a > b.
val (--^) : int -> int -> int ta --^ b is the range of integers from b to a, both included, in decreasing order (starts from a). It will therefore be empty if a < b.
val pp_seq :
?sep:string ->
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
diff --git a/dev/iter/IterBigarrayShims_/.dummy b/dev/iter/IterBigarrayShims_/.dummy
deleted file mode 100644
index e69de29..0000000
diff --git a/dev/iter/IterBigarrayShims_/index.html b/dev/iter/IterBigarrayShims_/index.html
deleted file mode 100644
index b40eae4..0000000
--- a/dev/iter/IterBigarrayShims_/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-IterBigarrayShims_ (iter.IterBigarrayShims_) Module IterBigarrayShims_
\ No newline at end of file
diff --git a/dev/iter/Iter_shims_/.dummy b/dev/iter/Iter_shims_/.dummy
deleted file mode 100644
index e69de29..0000000
diff --git a/dev/iter/Iter_shims_/index.html b/dev/iter/Iter_shims_/index.html
deleted file mode 100644
index 56b146a..0000000
--- a/dev/iter/Iter_shims_/index.html
+++ /dev/null
@@ -1,2 +0,0 @@
-
-Iter_shims_ (iter.Iter_shims_) Module Iter_shims_
\ No newline at end of file
diff --git a/dev/iter/index.html b/dev/iter/index.html
index 88d0288..0b4aa8a 100644
--- a/dev/iter/index.html
+++ b/dev/iter/index.html
@@ -1,2 +1,2 @@
-index (iter.index) iter index
Library iter
This library exposes the following toplevel modules:
Iter Simple and Efficient Iterators.IterLabels Iter_shims_
Library iter.bigarray
This library exposes the following toplevel modules:
IterBigarray Interface and Helpers for bigarraysIterBigarrayShims_
\ No newline at end of file
+index (iter.index) iter index
Library iter
This library exposes the following toplevel modules:
Iter Simple and Efficient Iterators.IterLabels
Library iter.bigarray
The entry point of this library is the module: IterBigarray.
\ No newline at end of file