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