klaftertief / elm-search

elm-search - an API search engine for all published Elm packages
http://klaftertief.github.io/elm-search/
99 stars 11 forks source link

`List (List a) -> List a` returns opposite, unwanted results #22

Open ghost opened 7 years ago

ghost commented 7 years ago

https://klaftertief.github.io/elm-search/?q=List+(List+a)+-%3E+List+a returns functions with List a -> List (List a) signature. I know one wants some fuzziness with search results, but this is too fuzzy.

klaftertief commented 7 years ago

Noted.