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

Copyright(c) Galois, Inc. 2008, (c) Sigbjorn Finne 2009-
LicenseBSD3
MaintainerSigbjorn Finne <sof@forkIO.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Text.Atom.Feed.Validate

Description

 

Documentation

data VTree a Source

Constructors

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

Instances

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

flattenT :: VTree a -> [a] Source