type-of-html-1.6.1.2: High performance type driven html generation.
Safe HaskellNone
LanguageHaskell2010

Html.Obsolete

Synopsis

Documentation

type CustomElementDefault x = Element x '[Metadata, Flow, Sectioning, Heading, Phrasing, Embedded, Interactive, Palpable, Scripting] (Metadata :|: (Flow :|: (Sectioning :|: (Heading :|: (Phrasing :|: (Embedded :|: (Interactive :|: (Palpable :|: Scripting)))))))) '[] Source #

Functions to create obsolete html elements.

Usage:

>>> center :> "barf"
<center>barf</center>