- newtype FacebookT s m a = FacebookT {
- unFacebookT :: ReaderT s m a
- flattenCDATA :: [XML] -> [XML]
- renderAsFBML :: XML -> String
- data TagType
- renderAsFBML' :: Int -> XML -> ShowS
- renderElement :: Int -> XML -> String -> String
- renderTag :: TagType -> Int -> Name -> Attributes -> ShowS
Documentation
newtype FacebookT s m a Source
FacebookT | |
|
flattenCDATA :: [XML] -> [XML]Source
renderAsFBML :: XML -> StringSource
Pretty-prints XML values.
renderAsFBML' :: Int -> XML -> ShowSSource