Safe Haskell | None |
---|---|
Language | Haskell2010 |
Module containing the elements used in a template. A template is generally just a list of these elements.
- newtype TemplateKey = TemplateKey String
- data TemplateExpr
- data TemplateElement
- templateElems :: Parser [TemplateElement]
- readTemplateElems :: String -> [TemplateElement]
- readTemplateElemsFile :: FilePath -> String -> [TemplateElement]
Documentation
newtype TemplateKey Source #
data TemplateExpr Source #
Expression in a template
data TemplateElement Source #
Elements of a template.
readTemplateElems :: String -> [TemplateElement] Source #
readTemplateElemsFile :: FilePath -> String -> [TemplateElement] Source #