ndmitchell / hoogle

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

Type constructor names should be case insensitive #128

Open ndmitchell opened 9 years ago

ndmitchell commented 9 years ago

From https://code.google.com/p/ndmitchell/issues/detail?id=415

Searching for DateTime -> Double should be the same as searching for Datetime -> Double, i.e. type constructor names should be insensitive.

As a side effect, searching for DOUBLE should just search for Double, not suggest that you might have meant Double (as it does now).

Additional examples abound, so this would be quite nice to fix.