regular-web-0.1.1: Generic programming for the webSource codeContentsIndex
Generics.Regular.Views
Portabilitynon-portable
Stabilityexperimental
Maintainerchris@eidhof.nl
Contents
Generic HTML generation.
Description
Summary: Functions for generating HTML.
Synopsis
ghtml :: (Regular a, GHtml (PF a)) => a -> Html
class Html a where
html :: a -> Html
class GHtml f
Generic HTML generation.
ghtml :: (Regular a, GHtml (PF a)) => a -> HtmlSource
The function ghtml converts an a value into Html
class Html a whereSource
The class Html converts a simple value a into Html.
Methods
html :: a -> HtmlSource
show/hide Instances
class GHtml f Source
The class GHtml converts a simple value a into Html.
show/hide Instances
GHtml I
Html a => GHtml (K a)
(GHtml f, GHtml g) => GHtml (:+: f g)
(GHtml f, GHtml g) => GHtml (:*: f g)
(Constructor c, GHtml f) => GHtml (C c f)
(Selector s, GHtml f) => GHtml (S s f)
Produced by Haddock version 2.7.2