ndmitchell / hoogle

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

When ranking, count duplicates as the same. #277

Closed matt-noonan closed 5 years ago

matt-noonan commented 5 years ago

This removes a source of fiddly behavior in the tests, making them less sensitive to scenarios like "10 more packages on Stackage added a re-export of (>>=)", which otherwise would cause the ranking of other hits to shift around.

Resolves #274.

ndmitchell commented 5 years ago

Thanks! Good idea.