BSD-3-Clause licensed by Bas van Dijk
Maintained by Bas van Dijk
This version can be pinned in stack with:case-insensitive-1.2.0.9@sha256:fca2da61c103e744699d4180652d11fe34d143d28a26b4e972cc9f5e64fade59,2432

Module documentation for 1.2.0.9

  • Data
    • Data.CaseInsensitive
      • Data.CaseInsensitive.Unsafe

Hackage Build Status

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.