package incremental

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t = ('a, 'b) Unordered_array_fold_update.t =
  1. | F_inverse of 'b -> 'a -> 'b
  2. | Update of 'b -> old_value:'a -> new_value:'a -> 'b