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

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Safe HaskellNone

Text.Atom.Feed.Validate

Description

 

Documentation

data VTree a Source

Constructors

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

Instances

Eq a => Eq (VTree a) 
Show a => Show (VTree a) 

flattenT :: VTree a -> [a]Source