Gff.ErrorThe errors of the Gff module.
type parsing = [ | `cannot_parse_float of Pos.t * string| `cannot_parse_int of Pos.t * string| `cannot_parse_strand of Pos.t * string| `cannot_parse_string of Pos.t * string| `empty_line of Pos.t| `incomplete_input of Pos.t * string list * string option| `wrong_attributes of Pos.t * string| `wrong_row of Pos.t * string| `wrong_url_escaping of Pos.t * string ]The possible parsing errors.
type t = parsingThe union of all the errors of this module.
val parsing_of_sexp : Sexplib.Sexp.t -> parsingval sexp_of_parsing : parsing -> Sexplib.Sexp.tval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t