Description
Provides an alternative Arbitrary instance for Haskell Text values. This lets QuickCheck tests generate text data with behavior that may better match a project's needs than the default instance.
It is useful for testing parsers, validators, text processing, Unicode behavior, and APIs that handle text input. It is a test support library and has no standalone interface.