We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prettyprinter does not work on Windows when printing a special character
ghci> import Prettyprinter ghci> pretty "hello" hello ghci> pretty "hello λ" hello *** Exception: <stdout>: hPutChar: invalid argument (invalid character)
Prettyprinter does not work on Windows when printing a special character