validity-containers-0.5.0.5: Validity instances for containers
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Validity.Tree

Orphan instances

Validity a => Validity (Tree a) Source #

A Tree of things is valid if all the things in the Tree are valid.

Instance details

Methods

validate :: Tree a -> Validation #