sig
  type t = Bar.t
  val unpickler : t Tws_prot.Unpickler.t
  val pickler : t Tws_prot.Pickler.t Core.Std.Only_in_test.t
  val ( = ) : t -> t -> bool
  val create : bar:Bar.t -> Response.Realtime_bar.t
  val t_of_sexp : Sexplib.Sexp.t -> Response.Realtime_bar.t
  val sexp_of_t : Response.Realtime_bar.t -> Sexplib.Sexp.t
end