packages feed

bamboo-theme-blueprint-2009.6.8: src/Bamboo/Theme/Blueprint/Type.hs

module Bamboo.Theme.Blueprint.Type where

import Bamboo.Type.State (State)
import Text.XHtml.Strict (Html)

type Widget    = State -> Html
type Container = State -> Html -> Html