type-of-html-1.5.0.0: src/Html/Type.hs
{-# LANGUAGE ExplicitNamespaces #-}
module Html.Type
( type (>)
, type (:@:)(..)
, type (#)(..)
, (#)
, type (?>)
, type (<?>)
, type (:=)(..)
, Raw(..)
, Attribute(..)
, Element(..)
, CompactHTML
, Put(..)
, V(..)
, Retrievable
, Retrieve
, Variables
, Document
, Compactable
) where
import Html.Type.Internal
import Html.Reify