feed-0.3.1: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

Text.Atom.Feed.Validate

Documentation

data VTree a Source

Constructors

VNode [a] [VTree a] 
VLeaf [a] 

flattenT :: VTree a -> [a]Source