@hackage quickcheck-text0.1.2.1
Alternative arbitrary instance for Text
Categories
License
MIT
Maintainer
sio@tesser.org
Links
Versions
Installation
Dependencies (5)
- base >=4 && <5
- binary
- bytestring
- text
- QuickCheck Show all…
Dependents (40)
@hackage/aip, @hackage/lambdatex, @cardano/flat, @hackage/string-interpolate, @hackage/servant-smsc-ru, @hackage/uniform-json, Show all…
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).