-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | GenValidity support for Text
--
-- GenValidity support for Text
@package genvalidity-text
@version 1.0.0.0
module Data.GenValidity.Text
genText :: Gen Text
genTextBy :: Gen Char -> Gen Text
-- | 'textStartingWith c' generates a Text value that starts with
-- c.
textStartingWith :: Char -> Gen Text
-- | 'textStartingWith g' generates a Text value that contains a
-- substring generated by g.
textWith :: Gen Text -> Gen Text
-- | 'textStartingWith c' generates a Text value that contains a
-- c.
textWithA :: Char -> Gen Text
-- | 'textWithoutAny c' generates a Text value that does not
-- contain any c.
textWithoutAny :: Char -> Gen Text
-- | 'textWithoutAnyOf c' generates a Text value that does not
-- contain any character in ls.
textWithoutAnyOf :: String -> Gen Text
-- | textAllCaps generates a Text value with only
-- upper-case characters.
textAllCaps :: Gen Text
-- | genSingleLineText generates a single-line text, that is without
-- any line separators.
--
-- See genNonLineSeparator and isLineSeparator
genSingleLineText :: Gen Text
instance Data.GenValidity.GenValid Data.Text.Internal.Text
instance Data.GenValidity.GenValid Data.Text.Internal.Lazy.Text