foundation-0.0.29: Alternative prelude with batteries and no dependencies
LicenseBSD-style
MaintainerFoundation
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Foundation.IO.Terminal

Description

 
Synopsis

Documentation

putStrLn :: String -> IO () Source #

Print a string with a newline to standard output

putStr :: String -> IO () Source #

Print a string to standard output

stdin :: Handle #

stdout :: Handle #

getArgs :: IO [String] Source #

Get the arguments from the terminal command