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.3@sha256:3663c2e0f4a6db8717ba28caa62ec14b79f19d02ba965bd90e48d4fe4de54f17,2211

Module documentation for 1.2.0.3

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.