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