alternative-vector-0.0.0: Use vectors instead of lists for many and some

Safe HaskellNone
LanguageHaskell2010

Control.Alternative.Vector

Documentation

someV :: Alternative f => f a -> f (Vector a) Source #

manyV :: Alternative f => f a -> f (Vector a) Source #