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.11@sha256:ca2f237cba5db9c9c4238d41a7d8b583c5ca0ce8491de4027b26b17793fc3a87,2245

Module documentation for 1.2.0.11

  • 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.