QuickCheck-2.8.1: Automatic testing of Haskell programs

Safe HaskellSafe
LanguageHaskell98

Test.QuickCheck.Text

Description

Terminal control. Internal QuickCheck module.

Documentation

newtype Str

Constructors

MkStr String 

Instances

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

showErr :: Show a => a -> String

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

handle :: Handle -> String -> IO ()