Module Biocaml_table.Row.Error (.ml)

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