Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The module Data.CaseInsensitive provides the 'CI' type constructor which can | Ashish SHUKLA | 2011-07-10 | 3 | -0/+29 |
be parameterised by a string-like type like: 'String', 'ByteString', 'Text', etc. Comparisons of values of the resulting type will be insensitive to cases. WWW: http://hackage.haskell.org/package/case-insensitive Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=277488 |