ascii-superset

Representing ASCII with refined supersets

https://github.com/typeclasses/ascii

Version on this page:1.0.1.13@rev:2
LTS Haskell 22.17: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:b68082064ba01974357351c45fe08fbcf255422eaa8e2178daed13247a90a194,1966

Module documentation for 1.0.1.13

Used by 3 packages in nightly-2022-11-02(full list with versions):

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.