sig
  type t
  val t_of_sexp : Sexplib.Sexp.t -> t
  val sexp_of_t : t -> Sexplib.Sexp.t
  val pickler : t Tws_prot.Pickler.t
  val unpickler : Query_intf.S.t Tws_prot.Unpickler.t Core.Std.Only_in_test.t
  val ( = ) : Query_intf.S.t -> Query_intf.S.t -> bool
end