pkgsrc-wip/hs-case-insensitive/DESCR
PHO / phonohawk 396634c832 Import hs-case-insensitive-0.3 as wip/hs-case-insensitive.
The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
2011-07-29 16:25:46 +00:00

4 lines
226 B
Text

The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.