putStrLn -package:bytestring

The same as putStr, but adds a newline character. This operation may fail with the same errors, and has the same issues with concurrency, as hPutStr!
Write a string to stdout, followed by a newline.
Write a string to stdout, followed by a newline.
The same as putStr, but adds a newline character.
Lifted version of putStrLn.
Lifted putStrLn
Write a Text followed by a newline to stdout Uses system locale settings
Print a stream of bytes to STDOUT, ending with a final n. Note: The final n is not added atomically, and in certain multi-threaded scenarios might not appear where expected.
Write data plus newline character to stdout.
Print a string with a newline to standard output
Write a string to stdout, followed by a newline
Write a string to STDOUT, appending a newline
Write a string to the terminal, appending a newline
The same as hPutStr, but adds a newline character. This operation may fail with the same errors, and has the same issues with concurrency, as hPutStr!
Write a string to a handle, followed by a newline.
Write a string to the user's standard output, followed by a newline.
Write a string with newline character after it