language-docker-3.0.1: Dockerfile parser, pretty-printer and embedded DSL

Safe HaskellSafe
LanguageHaskell2010

Language.Docker.Normalize

Synopsis

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.