parsing =
    [ `cannot_parse_float of Biocaml_pos.t * string
    | `cannot_parse_int of Biocaml_pos.t * string
    | `cannot_parse_strand of Biocaml_pos.t * string
    | `cannot_parse_string of Biocaml_pos.t * string
    | `empty_line of Biocaml_pos.t
    | `incomplete_input of
        Biocaml_pos.t * string list * string option
    | `wrong_attributes of Biocaml_pos.t * string
    | `wrong_row of Biocaml_pos.t * string
    | `wrong_url_escaping of Biocaml_pos.t * string ]