proton-haskell-0.7: Simple XML templating library

Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Proton.Template

Synopsis

Documentation

data Template Source

A template is described by a root xml element, a DataMap, and the reference to the Templates instance

Constructors

Template 

Fields

xml :: Element
 
dataMap :: DataMap
 
tmpsref :: Templates
 
NoTemplate 

Instances

data Templates Source

Templates comprises a map of file names to Template instances

Instances