hoogle icon indicating copy to clipboard operation
hoogle copied to clipboard

Type constructor names should be case insensitive

Open ndmitchell opened this issue 10 years ago • 0 comments

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.

ndmitchell avatar Jul 20 '15 13:07 ndmitchell