QuickCheck-2.6: Automatic testing of Haskell programs

Safe HaskellSafe-Inferred

Test.QuickCheck.Text

Documentation

newtype Str

Constructors

MkStr String 

Instances

Show Str 

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

number :: Int -> String -> String

short :: Int -> String -> String

showErr :: Show a => a -> String

oneLine :: String -> String

isOneLine :: String -> Bool

bold :: String -> String

newTerminal :: Output -> Output -> IO Terminal

withStdioTerminal :: (Terminal -> IO a) -> IO a

withNullTerminal :: (Terminal -> IO a) -> IO a

terminalOutput :: Terminal -> IO String

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

data Terminal

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

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

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