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.6@sha256:02362783cdd33e8d87fd50f47ad98ad8127aa7f9119501ca8d16157bd28730a7,2406

Module documentation for 1.2.0.6

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.