Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- normalizeEscapedLines :: Text -> Text
Documentation
normalizeEscapedLines :: Text -> Text 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.