quickcheck-text-0.1.0.0: src/Data/Text/Arbitrary.hs
module Data.Text.Arbitrary( Text() ) where import Data.Text import Test.QuickCheck import Test.QuickCheck.Utf8 instance Arbitrary Text where arbitrary = genValidUtf8
module Data.Text.Arbitrary( Text() ) where import Data.Text import Test.QuickCheck import Test.QuickCheck.Utf8 instance Arbitrary Text where arbitrary = genValidUtf8