hunt-framework / hayoo

Hackage search engine
56 stars 9 forks source link

Search for instances of a given typeclass? #58

Open Wizek opened 7 years ago

Wizek commented 7 years ago

This came up because I was looking for instances of Data.Default (potentially including orphan instances).

Searching for "instance Default" on hayoo and hoogle didn't seem to bring up datatypes that are instances.

I also imagine this could be useful for many different classes too, e.g. wanting to know what types instantiate Num, Monad, Monoid, etc...