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

Safe HaskellNone
LanguageHaskell2010

Data.Validity.HashSet

Contents

Orphan instances

Validity v => Validity (HashSet v) Source #

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

Instance details

Methods

validate :: HashSet v -> Validation #