• 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
Name
Last commit
Last update
..
Trigger Loading commit data...
Types Loading commit data...
Access.hs Loading commit data...
Config.hs Loading commit data...