module Realtime_bar: sig .. end
sig
end
type t = Bar.t
Bar.t
include Response_intf.S
val create : bar:Bar.t -> t
bar:Bar.t -> t
val t_of_sexp : Sexplib.Sexp.t -> t
Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
t -> Sexplib.Sexp.t