type row
= t
type t
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val commit_edit : Id.t ‑> row ‑> t
Used to construct a t to commit enqueued edits
t
val should_log : t ‑> bool