putStr package:ghc-lib-parser
Write a string to the standard output device (same as
hPutStr
stdout).
The same as
putStr, but adds a newline character.
The boolean arguments let's the pretty printer know if it can optimize
indent by writing ascii ' ' characters without going through decoding.