Module Response.Realtime_bar

module Realtime_bar: sig .. end

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