mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
226 B
Plaintext
5 lines
226 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.
|