"\n" not working in haskell code example Example: \n dont work in haskell > putStr "line1\nline2" line1 line2