Description
A Haskell library for case-insensitive string comparison and storage. It helps programs treat values such as HTTP headers, identifiers, or user input as equal regardless of letter case.
Developers use it when a protocol or data format defines case-insensitive names. Normalization rules should match the domain, especially when Unicode or user-visible text is involved.