hPutStr package:string-class
Write a string to a handle
Write a string to a handle, followed by a newline
N.B.: implementations might not define this atomically. If the state
of being atomic is necessary, one possible solution is to convert a
string to an efficient type for which
hPutStrLn is atomic.