Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 483 Bytes

README.markdown

File metadata and controls

7 lines (6 loc) · 483 Bytes

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.