ascii-superset

Representing ASCII with refined supersets

https://github.com/typeclasses/ascii

Version on this page:1.0.0.2
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.0.2@sha256:ff8cf1ff8019223c0ae501ab31e225c5d8d35fa48654bcef4c2616e8f9b86102,1476

Module documentation for 1.0.0.2

Used by 2 packages in nightly-2021-01-11(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.

Changes

1.0.0.0 - 2020-05-05 - Initial release
1.0.0.2 - 2020-05-18 - Support GHC 8.10