package crdt-ml

  1. Overview
  2. Docs
CRDTs - Conflict-Free Replicated Data Types for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.10.0.tar.gz
sha256=c9be2ec006cd4f65e6a9bddbcedf024f876134afc1ddf4fb689dd0167de25b73
md5=b8337dcb24a3220a3c35bd5bae5c8f12

doc/crdt_util/IList/index.html

Module IList

Helper List library that supports dynamic padding for higher-order functions operating on lists of different length.

val incr_nth : int list -> int -> int list

incr_nth l n adds one to the nth element of l.

val fill_map2 : (int -> int -> int) -> int list -> int list -> int list

fill_map2 f l l' padds with zeros the smaller list before applying f.

val fill_fold_left2 : (int -> int -> int -> int) -> int -> int list -> int list -> int

fill_fold_left2 f l l' padds with zeros the smaller list before applying f.

OCaml

Innovation. Community. Security.