module Event: sig .. end
sig
end
type 'a t
'a
val at : 'a t -> Core.Std.Time.t
'a t -> Core.Std.Time.t
val value : 'a t -> 'a
'a t -> 'a
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t