quickcheck-text

Alternative arbitrary instance for Text

https://github.com/olorin/quickcheck-text

Version on this page:0.1.0.1
LTS Haskell 22.13:0.1.2.1
Stackage Nightly 2024-03-14:0.1.2.1
Latest on Hackage:0.1.2.1

See all snapshots quickcheck-text appears in

MIT licensed by Sharif Olorin
Maintained by [email protected]
This version can be pinned in stack with:quickcheck-text-0.1.0.1@sha256:ae58f49a81c1605f524c7ecf5245d0dcb4c59b2c0b07b3b844f03bfde004fe45,1780

Module documentation for 0.1.0.1

quickcheck-text

The usual Arbitrary instance for Text (in quickcheck-instances) only has single-byte instances and so isn’t an ideal representation of a valid UTF-8 character. This package has generators for one-, two- and three-byte UTF-8 characters (all that are currently in use).