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

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.16 && <4.19), hashable (>=1.3.5 && <1.5) [details]
License Apache-2.0
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
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 2023-06-21T19:34:35Z
Distributions LTSHaskell:0.0.0.1, NixOS:0.0.0.1
Reverse Dependencies 3 direct, 3910 indirect [details]
Downloads 259 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-06-21 [all 1 reports]

Readme for ascii-caseless-0.0.0.1

[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.