Bed.ErrorSourceDefinitions of error types (with sexp)
type parsing_base = [ | `wrong_format of
[ `column_number | `float_of_string of string | `int_of_string of string ]
* Table.Row.t_type
* string| `wrong_number_of_columns of Table.Row.t ]The parsing errors.
The parsing errors.