aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-case-insensitive/pkg-descr
blob: 1554215766a6d0280df528b6eeaef18809c1a119 (plain) (blame)
1
2
3
4
5
6
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.

WWW: https://github.com/basvandijk/case-insensitive