ascii-caseless: ASCII character without an upper/lower case distinction

[ apache, data, library, text ] [ Propose Tags ]

This package defines a Char type that has 102 constructors: 128 ASCII characters minus 26 letters.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.0.0.1
Change log changelog.md
Dependencies ascii-case (>=1.0.1 && <1.1), ascii-char (>=1.0 && <1.1), base (>=4.14 && <4.19), hashable (>=1.3.5 && <1.5) [details]
License Apache-2.0
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Revised Revision 1 made by chris_martin at 2023-06-21T19:25:31Z
Category Data, Text
Home page https://github.com/typeclasses/ascii-caseless
Bug tracker https://github.com/typeclasses/ascii-caseless/issues
Source repo head: git clone git://github.com/typeclasses/ascii-caseless.git
Uploaded by chris_martin at 2022-12-27T22:52:38Z
Distributions LTSHaskell:0.0.0.1, NixOS:0.0.0.1
Reverse Dependencies 3 direct, 3919 indirect [details]
Downloads 279 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-12-27 [all 1 reports]

Readme for ascii-caseless-0.0.0.0

[back to package description]

This package defines CaselessChar, representing a character in the ASCII character set, but without an upper/lower case distinction for letters.