validity-containers-0.1.0.1: Validity instances for containers

Safe HaskellSafe
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 are valid

Methods

isValid :: Tree a -> Bool #