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