sig
  module Down :
    sig
      type 'a t
      val of_react :
        ?scope:[< Eliom_comet.Channel.comet_scope ] ->
        ?throttling:float ->
        ?name:string -> 'React.S.t -> 'Eliom_react.S.Down.t
    end
end