flamethrower-0.0.1.1: A template engine for HTML

Safe HaskellSafe-Inferred

Flamethrower.Lexer

Documentation

data Context Source

Constructors

Context 

data Indent Source

Constructors

Tab 
Spaces Int 

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