Row.Errortype line_parsing = [ | `wrong_format of
[ `column_number | `float_of_string of string | `int_of_string of string ]
* t_type
* string ]type t = line_parsingval line_parsing_of_sexp : Sexplib.Sexp.t -> line_parsingval sexp_of_line_parsing : line_parsing -> Sexplib.Sexp.tval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t