validity-unordered-containers-0.1.0.0: Validity instances for unordered-containers

Safe HaskellNone
LanguageHaskell2010

Data.Validity.HashSet

Contents

Synopsis

Documentation

Orphan instances

(Hashable v, Validity v) => Validity (HashSet v) Source #

A HashSet of things is valid if all the elements are valid and the underlying HashMap is valid.