Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
normalizeEscapedLines :: String -> String Source
Remove new line escapes and join escaped lines together on one line to simplify parsing later on. Escapes are replaced with line breaks to not alter the line numbers.