summaryrefslogtreecommitdiff
path: root/textproc/hs-case-insensitive/DESCR
blob: 7970ea36ed926eecce6ff8679a41d65ff43034d5 (plain)
1
2
3
4
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.