interface Text.XHtml.Transitional.Elements where {
{-# NEED #-}
instance Text.XHtml.Internals.ADDATTRS Text.XHtml.Internals.Html;
{-# NEED #-}
instance Text.XHtml.Internals.HTML Text.XHtml.Internals.Html;
{-# NEED #-}
instance Data.Monoid.Monoid Text.XHtml.Internals.Html;
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Fractional (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.RealFrac (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Num (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Real (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Enum (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Read a,Prelude.Integral a) => Prelude.Read (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Ord (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Eq (Ratio.Ratio a);
{-# NEED #-}
instance Prelude.Functor NHC.Internal.IO;
{-# NEED #-}
instance Prelude.Monad NHC.Internal.IO;
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Show (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Show a) => Prelude.Show (NHC.Internal.IO a);
{-# NEED #-}
instance Prelude.Show Text.XHtml.Internals.HtmlAttr;
{-# NEED #-}
instance Prelude.Show Text.XHtml.Internals.Html;
interface Ratio
{-# NEED Ratio #-}
data Ratio a;
interface NHC.Internal
{-# NEED IO #-}
newtype {-# #-} IO a;
{-# NEED World #-}
data World;
interface ! Text.XHtml.Transitional.Elements
{-# NEED underline #-}
underline{-# 0 #-}::(Text.XHtml.Internals.Html -> Text.XHtml.Internals.Html);
{-# NEED strike #-}
strike{-# 0 #-}::(Text.XHtml.Internals.Html -> Text.XHtml.Internals.Html);
{-# NEED themenu #-}
themenu{-# 0 #-}::(Text.XHtml.Internals.Html -> Text.XHtml.Internals.Html);
{-# NEED isindex #-}
isindex{-# 0 #-}::Text.XHtml.Internals.Html;
{-# NEED iframe #-}
iframe{-# 0 #-}::(Text.XHtml.Internals.Html -> Text.XHtml.Internals.Html);
{-# NEED font #-}
font{-# 0 #-}::(Text.XHtml.Internals.Html -> Text.XHtml.Internals.Html);
{-# NEED dir #-}
dir{-# 0 #-}::(Text.XHtml.Internals.Html -> Text.XHtml.Internals.Html);
{-# NEED center #-}
center{-# 0 #-}::(Text.XHtml.Internals.Html -> Text.XHtml.Internals.Html);
{-# NEED basefont #-}
basefont{-# 0 #-}::Text.XHtml.Internals.Html;
{-# NEED applet #-}
applet{-# 0 #-}::(Text.XHtml.Internals.Html -> Text.XHtml.Internals.Html);
interface Text.XHtml.Internals
{-# NEED Html HtmlElement #-}
newtype {-# #-} Html;
data HtmlElement;
{-# NEED HtmlAttr #-}
data HtmlAttr;
}
|