Is there a way to search for instances of a typeclass on Hoogle (or Stackage)?
For instance, I want to know which package defines an instance of Lift
for Text
.
I was able to find it in the package th-lift-instances
, but it took about 10 minutes of manual searching. It seems like there should be some functionality of Hoogle that allows searching for instances.