Module Over_time.Cumulative_only_snapshot

type 'a t = {
  1. cumulative : 'a;
  2. collected_at : Collected_at.t;
}
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
val of_snapshot : 'a Snapshot.t -> 'a t