mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
rename benchmarks; doc
This commit is contained in:
parent
76f966aed3
commit
4c22a770f8
3 changed files with 4 additions and 4 deletions
4
_oasis
4
_oasis
|
|
@ -161,12 +161,12 @@ Executable run_benchs
|
|||
containers.data, containers.string, containers.iter,
|
||||
sequence, gen, benchmark
|
||||
|
||||
Executable bench_hash
|
||||
Executable run_bench_hash
|
||||
Path: benchs/
|
||||
Install: false
|
||||
CompiledObject: best
|
||||
Build$: flag(bench) && flag(misc)
|
||||
MainIs: bench_hash.ml
|
||||
MainIs: run_bench_hash.ml
|
||||
BuildDepends: containers, containers.misc
|
||||
|
||||
Executable run_test_future
|
||||
|
|
|
|||
|
|
@ -77,8 +77,8 @@ val mapi : (int -> 'a -> 'b) -> 'a t -> 'b t
|
|||
|
||||
val iter : ('a -> unit) -> 'a t -> unit
|
||||
val iteri : (int -> 'a -> unit) -> 'a t -> unit
|
||||
(** [iter f t] applies function [f] to all elements of the persistent array, in order
|
||||
from element [0] to element [length t - 1]. *)
|
||||
(** [iter f t] applies function [f] to all elements of the persistent array,
|
||||
in order from element [0] to element [length t - 1]. *)
|
||||
|
||||
val fold_left : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'a
|
||||
val fold_right : ('a -> 'b -> 'b) -> 'a t -> 'b -> 'b
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue