validity-containers-0.2.0.0: Validity instances for containers

Safe HaskellNone
LanguageHaskell2010

Data.Validity.Tree

Contents

Synopsis

Documentation

Orphan instances

Validity a => Validity (Tree a) Source #

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

Methods

validate :: Tree a -> Validation #

isValid :: Tree a -> Bool #