StrappedTemplates-0.1.0.0: General purpose templates in haskell

Safe HaskellNone
LanguageHaskell98

Text.Strapped.Types

Documentation

data Input m Source

Constructors

forall a . Renderable a => RenderVal a 
List [Input m] 
Func (Literal -> ExceptT StrapError m Literal) 
LitVal Literal 

data Template Source

Constructors

Template [ParsedPiece] 

Instances