let string_of_t_opt string_of_t = function
    | None -> ""
    | Some t -> string_of_t t