{-# LANGUAGE ExplicitNamespaces #-} module Html.Type ( type (#)(..) , (#) , (:>)(..) , (:@)(..) , Element , Attribute , CompactHTML , Put(..) , V(..) , Raw(..) , Lawless(..) , Retrievable , Retrieve , Variables , Document , Compactable , ContentCategory(..) ) where import Html.Type.Internal import Html.Reify