flamethrower-0.0.1.1: A template engine for HTML

Safe HaskellNone

Flamethrower.Parser

Documentation

data StringNode Source

Constructors

String [StringPart] 
Raw [StringPart] 

Instances

mapFst :: (a -> b) -> (a, c) -> (b, c)Source