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.7@sha256:209ef267322ecb15ceb25b6a94da0aa5b39cc91320c1c5b632abca75c7a5e7d4,2432

Module documentation for 1.2.0.7

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.