bonsai_concrete.ui_incr
Incr.Update
bonsai_concrete.metrics
bonsai_concrete.metrics_histogram_buckets
bonsai_concrete.metrics_quantile_calc
bonsai_concrete.ui_time_source
ppxlib
yojson
type 'a t = 'a Incremental.Update.t =
| Necessary of 'a
| Changed of 'a * 'a
| Invalidated
| Unnecessary
include Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t