debian-3.23: Modules for working with the Debian package systemSource codeContentsIndex
Debian.Extra.CIO
Synopsis
tMessage :: CIO m => String -> a -> m a
vMessage :: CIO m => Int -> String -> a -> m a
printStdout :: CIO m => [Output] -> m [Output]
printStderr :: CIO m => [Output] -> m [Output]
printOutput :: CIO m => [Output] -> m [Output]
dotOutput :: CIO m => Int -> [Output] -> m [Output]
Documentation
tMessage :: CIO m => String -> a -> m aSource
Print a message without forcing the command's output
vMessage :: CIO m => Int -> String -> a -> m aSource
Print a message without forcing the command's output
printStdout :: CIO m => [Output] -> m [Output]Source
Print stdout to stdout
printStderr :: CIO m => [Output] -> m [Output]Source
Print stderr to stderr
printOutput :: CIO m => [Output] -> m [Output]Source
Print all the output to the appropriate output channel
dotOutput :: CIO m => Int -> [Output] -> m [Output]Source
Print one dot to stderr for every COUNT characters of output.
Produced by Haddock version 2.4.2