-
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