-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Use vectors instead of lists for many and some -- -- Use vectors instead of lists for many and some @package alternative-vector @version 0.0.0 module Control.Alternative.Vector someV :: Alternative f => f a -> f (Vector a) manyV :: Alternative f => f a -> f (Vector a)