package hack_parallel

  1. Overview
  2. Docs
Parallel and shared memory library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
sha256=4ebcdd0c0b23735228d13bbf401799174771a747a5aeb4f35b64dcfc68079e29
md5=26aff6c969020c1d2f588c574dc7d08a

doc/hack_parallel.hack_core/Hack_container/index.html

Module Hack_container

val fold_count : ('a -> init:int -> f:(int -> 'b -> int) -> 'c) -> 'a -> f:('b -> bool) -> 'c
val fold_sum : (module Hack_commutative_group.S with type t = 'a) -> ('b -> init:'a -> f:('a -> 'c -> 'a) -> 'd) -> 'b -> f:('c -> 'a) -> 'd
val fold_min : ('a -> init:'b option -> f:('c option -> 'c -> 'c option) -> 'd) -> 'a -> cmp:('c -> 'c -> int) -> 'd
val fold_max : ('a -> init:'b option -> f:('c option -> 'c -> 'c option) -> 'd) -> 'a -> cmp:('c -> 'c -> int) -> 'd
OCaml

Innovation. Community. Security.