-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Validity instances for vector
--   
--   Please see README.md
@package validity-vector
@version 0.1.0.0

module Data.Validity.Vector

-- | A <a>Vector</a> of things is valid if all the elements are valid.
--   
--   TODO make a more comprehensive instance that looks at implementation
--   and the underlying <tt>Array</tt>
instance Data.Validity.Validity a => Data.Validity.Validity (Data.Vector.Vector a)
