• Alfredo Di Napoli's avatar
    fix: keep using HasHeader in TSV parsing · f6e3c251
    Alfredo Di Napoli authored
    In an attempt to make the TSV parser more lenient for the absence of the
    forms column, I have used NoHeader in the `decodeWithP` call, but that
    caused the first line of the TSVs with a header to be interpreted as
    terms, which is not what we want.
    f6e3c251
List.hs 8.93 KB