let or_else res default = match res with | `Eof -> default | `Ok x -> Response.to_string (Response.t_of_sexp x)