@hackage normalization-insensitive2.0.2
Normalization insensitive string comparison
Categories
License
BSD-3-Clause
Maintainer
Patrick Pelletier <code@funwithsoftware.org>
Links
Versions
Installation
Tested Compilers
Dependencies (7)
- base >=4.7 && <5
- bytestring >=0.9 && <0.12
- deepseq >=1.1 && <1.5
- hashable >=1.0 && <1.5
- semigroups >=0.18 && <0.19
- text >=1.1.1 && <1.3 Show all…
Dependents (1)
@hackage/acme-everything
The module Data.Unicode.NormalizationInsensitive provides the NI
type constructor which can be parameterized by a string-like type like:
String, ByteString, Text, etc.. Comparisons of values of the resulting
type will be insensitive to normalization.
This is very similar in spirit to the case-insensitive package, and is
in fact based on the same code.
This package uses NFC internally, although that shouldn't matter to
you, unless you use unsafeMk.