ZVON > References > Haskell reference
| Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | >> IO << | Directory | System | Time | Locale | CPUTime | Random

Module: IO
Function: hPutStr
Type: Handle -> String -> IO ()
Description: hPutStr hdl s writes the string s to the file or channel managed by hdl
Related: hGetChar, hGetContents, hGetLine, hPrint, hPutChar, hPutStrLn

Example 1

Input:

Output: