Copyright | (c) Galois, Inc. 2008, (c) Sigbjorn Finne 2009- |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Text.Atom.Feed.Validate
Description
Documentation
data VTree a
type ValidatorResult = VTree (Bool, String)
advice :: String -> ValidatorResult
demand :: String -> ValidatorResult
mkTree :: [(Bool, String)] -> [ValidatorResult] -> ValidatorResult
checkCats :: Element -> ValidatorResult
checkLinks :: Element -> ValidatorResult
checkId :: Element -> ValidatorResult
checkTitle :: Element -> ValidatorResult
checkCat :: Element -> ValidatorResult
checkTerm :: Element -> ValidatorResult
checkName :: Element -> ValidatorResult
checkEmail :: Element -> ValidatorResult
checkUri :: Element -> ValidatorResult