validity-unordered-containers-0.2.0.1: 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.

Methods

validate :: HashSet v -> Validation #