• Alfredo Di Napoli's avatar
    Drop redundant HasText costrants from ExtractNgrams · 09d3152e
    Alfredo Di Napoli authored
    The `ExtractNgrams` typeclass _definition_ imposed a redundant
    `HasText` constraint, forcing all the _instances_ to have `HasText`
    defined even though the instance didn't make any use of that.
    
    That is overly-rigid, and it has been fixed by this commit.
    09d3152e
Terms.hs 8.03 KB