ascetic-0.0.0.4: Generic markup builder.

Safe HaskellNone

Text.Ascetic.HTML

Description

Ascetic

Text/Ascetic/HTML.hs

Wrappers for building HTML file represented using the Ascetic data structure.

Synopsis

Documentation

type Class = StringSource

Data structures specific to HTML files.

class ToHTML a whereSource

Methods

html :: a -> HTMLSource

file :: HTML -> HTML -> HTMLSource

Combinators for assembling HTML files.