validity-containers-0.1.0.1: Validity instances for containers

Safe HaskellSafe
LanguageHaskell2010

Data.Validity.Map

Contents

Synopsis

Documentation

Orphan instances

(Ord k, Validity k, Validity v) => Validity (Map k v) Source #

A tree of things is valid if all the things are valid and the map itself is valid.

Methods

isValid :: Map k v -> Bool #