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

Safe HaskellNone
LanguageHaskell2010

Language.Docker.PrettyPrint

Contents

Synopsis

Documentation

data EscapeAccum Source #

Constructors

EscapeAccum 

Fields

prettyPrint :: Dockerfile -> Text Source #

Pretty print a Dockerfile to a Text

spaceCat :: Doc ann -> Doc ann -> Doc ann Source #

Orphan instances

Pretty (Arguments Text) Source # 
Instance details

Methods

pretty :: Arguments Text -> Doc ann #

prettyList :: [Arguments Text] -> Doc ann #