ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

Let type search see through aliases #266

Open matt-noonan opened 5 years ago

matt-noonan commented 5 years ago

The first go-round for type search did not include alias resolution. This prevents searches like String -> (Char -> Maybe Char) -> Maybe String from finding traverse, for example.