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

Safe HaskellNone
LanguageHaskell2010

Language.Docker.PrettyPrint

Contents

Synopsis

Documentation

data EscapeAccum #

Constructors

EscapeAccum 

Fields

prettyPrint :: Dockerfile -> Text #

Pretty print a Dockerfile to a Text

prettyPrintInstructionPos :: Pretty (Arguments args) => InstructionPos args -> Doc ann #

Pretty print a InstructionPos to a Doc

doubleQoute :: Text -> Doc ann #

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

Orphan instances

Pretty (Arguments Text) # 
Instance details

Methods

pretty :: Arguments Text -> Doc ann #

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