type-of-html-1.0.1.1: src/Html/Type.hs
{-# LANGUAGE ExplicitNamespaces #-}
module Html.Type
( type (>)(..)
, type (:@:)(..)
, type (#)(..)
, (#)
, type (?>)
, type (??>)
, type (:=)(..)
, Raw(..)
, Attribute(..)
, Element(..)
) where
import Html.Type.Internal