jacobstanley / quickcheck-text

QuickCheck generators for valid UTF-8 Text values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

QuickCheck generators for valid UTF-8 Text values

License:MIT License


Languages

Language:Haskell 100.0%