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.8@sha256:16a86315796b87b9d7388549dfddccb0d39e9bfb55bc7fd0772c6db423a86d6e,2432

Module documentation for 1.2.0.8

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.