put package:Cabal-syntax
Encode a value in the Put monad.
Write a character to the standard output device (same as
hPutChar stdout).
Encode a list of values in the Put monad. The default implementation
may be overridden to be more efficient but must still have the same
encoding format.
Write a string to the standard output device (same as
hPutStr
stdout).
The same as
putStr, but adds a newline character.