packages feed

blaze-html-0.5.0.0: src/Text/Blaze/Html.hs

module Text.Blaze.Html
    ( module Text.Blaze
    , Html
    , toHtml
    ) where

import Text.Blaze

type Html = Markup

toHtml :: ToMarkup a => a -> Markup 
toHtml = toMarkup