ascii-superset: Representing ASCII with refined supersets

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

This package defines classes which describe what subset of a type is valid as ASCII, as well as a type constructor representing a value of a superset that is known to be valid ASCII.

It also defines the Lift class, which provides a polymorphic lift operation that can be used to convert characters and strings into types that support a larger set of characters.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.2, 1.0.0.4, 1.0.1.0, 1.0.1.2, 1.0.1.4, 1.0.1.6, 1.0.1.8, 1.0.1.10, 1.0.1.12, 1.0.1.13, 1.0.1.14, 1.0.1.15, 1.0.2.0, 1.1.0.0, 1.1.1.0, 1.2.0.0, 1.2.0.1, 1.2.1.0, 1.2.2.0, 1.2.3.0, 1.2.4.0, 1.2.5.0, 1.2.6.0, 1.2.7.0, 1.3.0.0, 1.3.0.1 (info)
Change log changelog.md
Dependencies ascii-case (>=1.0.1 && <1.1), ascii-caseless (>=0.0.0 && <0.1), ascii-char (>=1.0 && <1.1), base (>=4.14 && <4.18), bytestring (>=0.10.12 && <0.12), hashable (>=1.3.5 && <1.5), text (>=1.2.4 && <1.3 || >=2.0 && <2.1) [details]
License Apache-2.0
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Category Data, Text
Home page https://github.com/typeclasses/ascii-superset
Bug tracker https://github.com/typeclasses/ascii-superset/issues
Source repo head: git clone git://github.com/typeclasses/ascii-superset.git
Uploaded by chris_martin at 2023-01-02T22:03:58Z
Distributions LTSHaskell:1.3.0.1, NixOS:1.3.0.1
Reverse Dependencies 4 direct, 3909 indirect [details]
Downloads 2564 total (102 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for ascii-superset-1.0.2.0

[back to package description]

This package defines classes which describe what subset of a type is valid as ASCII, as well as a type constructor representing a value of a superset that is known to be valid ASCII.

It also defines the Lift class, which provides a polymorphic lift operation that can be used to convert characters and strings into types that support a larger set of characters.