Module type Response_intf.S

module type S = sig .. end

type t 
include Sexpable.S
include Unpickable.S
val pickler : t Tws_prot.Pickler.t Core.Std.Only_in_test.t
val (=) : t -> t -> bool