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

Module documentation for 0.1.2.1

  • Data
    • Data.Text
      • Data.Text.Arbitrary
  • Test
    • Test.QuickCheck
      • Test.QuickCheck.Utf8

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