hsshellscript-3.4.0: src/HsShellScript/ProcErr.hs-boot
module HsShellScript.ProcErr where import Data.Maybe import System.IO terminal_width :: Handle -> IO (Maybe Int) terminal_width_ioe :: Handle -> IO Int throwErrno' :: String -> Maybe Handle -> Maybe FilePath -> IO a