ascii-superset

Representing ASCII with refined supersets

https://github.com/typeclasses/ascii

Version on this page:1.0.1.13
LTS Haskell 22.14:1.3.0.1
Stackage Nightly 2023-12-26:1.3.0.1
Latest on Hackage:1.3.0.1

See all snapshots ascii-superset appears in

Apache-2.0 licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:ascii-superset-1.0.1.13@sha256:28907842da3213220be6e42a795b0a9aa12fab3e733f8011266f2e1b671fc615,1848

Module documentation for 1.0.1.13

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.