validity-containers-0.1.0.2: Validity instances for containers
Data.Validity.Map
Contents
Synopsis
A Map of things is valid if all the keys and values are valid and the Map itself is valid.
Map
Methods
isValid :: Map k v -> Bool #