mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a4a5fe9869
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: http://hackage.haskell.org/package/case-insensitive Obtained from: FreeBSD Haskell
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
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: http://hackage.haskell.org/package/case-insensitive
|