happstack-hsp-7.3.7.1: Support for using HSP templates in Happstack

Safe HaskellNone
LanguageHaskell98

HSP.ServerPartT

Contents

Description

This module provides, instance XMLGenerator (ServerPartT m)

Orphan instances

Monad m => XMLGen (ServerPartT m) Source # 
(Functor m, Monad m) => XMLGenerator (ServerPartT m) Source # 
(Functor m, Monad m) => EmbedAsChild (ServerPartT m) Text Source # 
(Functor m, Monad m) => EmbedAsChild (ServerPartT m) Text Source # 
Monad m => EmbedAsChild (ServerPartT m) () Source # 

Methods

asChild :: () -> GenChildList (ServerPartT m) #

(Functor m, Monad m) => EmbedAsChild (ServerPartT m) XML Source # 
(Functor m, Monad m) => EmbedAsChild (ServerPartT m) Integer Source # 
(Functor m, Monad m) => EmbedAsChild (ServerPartT m) Int Source # 
(Functor m, Monad m) => EmbedAsChild (ServerPartT m) String Source # 
(Functor m, Monad m) => EmbedAsChild (ServerPartT m) Char Source # 
(Functor m, Monad m) => EmbedAsAttr (ServerPartT m) Attribute Source # 
(Functor m, Monad m) => SetAttr (ServerPartT m) XML Source # 
(Functor m, Monad m) => AppendChild (ServerPartT m) XML Source # 
(Functor m, Monad m, IsName n Text) => EmbedAsAttr (ServerPartT m) (Attr n Text) Source # 
(Functor m, Monad m, IsName n Text) => EmbedAsAttr (ServerPartT m) (Attr n Text) Source # 
(Functor m, Monad m, IsName n Text) => EmbedAsAttr (ServerPartT m) (Attr n Int) Source # 
(Functor m, Monad m, IsName n Text) => EmbedAsAttr (ServerPartT m) (Attr n Bool) Source # 
(Functor m, Monad m, IsName n Text) => EmbedAsAttr (ServerPartT m) (Attr n String) Source # 
(Functor m, Monad m, IsName n Text) => EmbedAsAttr (ServerPartT m) (Attr n Char) Source #