ascetic-0.0.0.4: Generic markup builder.

Safe HaskellNone
LanguageHaskell98

Text.Ascetic.HTML

Description

Ascetic

Text/Ascetic/HTML.hs

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

Synopsis

Documentation

type Class = String Source

Data structures specific to HTML files.

class ToHTML a where Source

Methods

html :: a -> HTML Source

file :: HTML -> HTML -> HTML Source

Combinators for assembling HTML files.

tr :: [HTML] -> HTML Source