package bonsai

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

bonsai-v0.14.0.tar.gz
sha256=43f35d648644492d776bf2c7b86c8227e7793615b6a658432e95f8dccd3631f8
md5=b5e743dbfa64d0da5fd660f14cd0b549

doc/bonsai.mdx/Bonsai_mdx/Incr/Unordered_array_fold_update/index.html

Module Incr.Unordered_array_fold_update

type ('a, 'b) t = ('a, 'b) Incremental.Unordered_array_fold_update.t =
  1. | F_inverse of 'b -> 'a -> 'b
  2. | Update of 'b -> old_value:'a -> new_value:'a -> 'b