QuickCheck-2.10.1: Automatic testing of Haskell programs

Safe HaskellSafe
LanguageHaskell98

Test.QuickCheck.Text

Description

Terminal control. Internal QuickCheck module.

Documentation

newtype Str Source #

Constructors

MkStr String 

Instances

Show Str Source # 

Methods

showsPrec :: Int -> Str -> ShowS #

show :: Str -> String #

showList :: [Str] -> ShowS #

ranges :: (Show a, Integral a) => a -> a -> Str Source #

showErr :: Show a => a -> String Source #

newTerminal :: (String -> IO ()) -> (String -> IO ()) -> IO Terminal Source #