package incr_dom_widgets

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module State : sig ... end
module Id : sig ... end
type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Core_kernel.Equal.S with type t := t
val equal : t Core_kernel.Equal.equal
module Action : sig ... end
type action_error
val apply_action : Action.t -> State.t -> report_error:(action_error -> unit Async_kernel.Deferred.t) -> (t Id.Map.t -> t Id.Map.t Core_kernel.Or_error.t) Core_kernel.Staged.t

returns a function for updating the current map of rows in the table

OCaml

Innovation. Community. Security.