package incr_dom

  1. Overview
  2. Docs
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