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.10@sha256:71cecef552ce1c56db70a496c472b6007f2166737dd1e98d6c5fc0abfc3c0b40,2433

Module documentation for 1.2.0.10

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.