| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Language.Dockerfile.PrettyPrint
- prettyPrint :: Dockerfile -> String
 - prettyPrintInstructionPos :: InstructionPos -> String
 - prettyPrintBaseImage :: BaseImage -> Doc
 - prettyPrintPairs :: Pairs -> Doc
 - prettyPrintPair :: (String, String) -> Doc
 - prettyPrintArguments :: Arguments -> Doc
 - prettyPrintInstruction :: Instruction -> Doc
 
Documentation
prettyPrint :: Dockerfile -> String Source #
Pretty print a Dockerfile to a String
prettyPrintInstructionPos :: InstructionPos -> String Source #
Pretty print a InstructionPos to a String
prettyPrintBaseImage :: BaseImage -> Doc Source #
prettyPrintPairs :: Pairs -> Doc Source #
prettyPrintArguments :: Arguments -> Doc Source #