module Error:
sig
typeline_parsing =
[ `wrong_format of
[ `column_number | `float_of_string of string | `int_of_string of string ] *
Biocaml_table.Row.t_type * string ]
typet =
line_parsing
val line_parsing_of_sexp : Sexplib.Sexp.t -> line_parsing
val sexp_of_line_parsing : line_parsing -> Sexplib.Sexp.t
end