feed-1.3.2.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-Inferred
LanguageHaskell2010

Text.Atom.Feed.Validate

Description

 

Documentation

data VTree a #

Constructors

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

Instances

Instances details
Show a => Show (VTree a) # 
Instance details

Defined in Text.Atom.Feed.Validate

Methods

showsPrec :: Int -> VTree a -> ShowS

show :: VTree a -> String

showList :: [VTree a] -> ShowS

Eq a => Eq (VTree a) # 
Instance details

Defined in Text.Atom.Feed.Validate

Methods

(==) :: VTree a -> VTree a -> Bool

(/=) :: VTree a -> VTree a -> Bool

type ValidatorResult = VTree (Bool, String) #

flattenT :: VTree a -> [a] #