Data.Validity.IntMap
Contents
decorateIntMap :: IntMap v -> (v -> Validation) -> Validation Source #
A IntMap of things is valid if all the keys and values are valid and the IntMap itself is valid.
IntMap
Methods
validate :: IntMap v -> Validation #