biegunka-0.2: DSL definitions, interpreters, templating, git support

Safe HaskellSafe-Inferred

Control.Biegunka.Templates

Description

Generic TemplateSystem interface

Synopsis

Documentation

class TemplateSystem t whereSource

Templating implementations

Methods

templatingSource

Arguments

:: t 
-> Text

Incoming text

-> Text

Generated outcome

data Templates Source

Wraps templating system, hiding implementation

Constructors

forall t . TemplateSystem t => Templates t