sig
  type t = None | Query | Insert | Update | Delete
  val to_string : GdataBatch.Operation.t -> string
  val of_string : string -> GdataBatch.Operation.t
end