Data.Vector.Fusion.Stream.Monadic
data Stream m a
data Step s a
data SPEC
size
sized
length
null
empty
singleton
cons
snoc
replicate
replicateM
generate
generateM
(++)
head
last
(!!)
(!?)
slice
init
tail
take
drop
map
mapM
mapM_
trans
unbox
concatMap
flatten
indexed
indexedR
zipWithM_
zipWithM
zipWith3M
zipWith4M
zipWith5M
zipWith6M
zipWith
zipWith3
zipWith4
zipWith5
zipWith6
zip
zip3
zip4
zip5
zip6
filter
filterM
takeWhile
takeWhileM
dropWhile
dropWhileM
elem
notElem
find
findM
findIndex
findIndexM
foldl
foldlM
foldl1
foldl1M
foldM
fold1M
foldl'
foldlM'
foldl1'
foldl1M'
foldM'
fold1M'
foldr
foldrM
foldr1
foldr1M
and
or
concatMapM
unfoldr
unfoldrM
unfoldrN
unfoldrNM
iterateN
iterateNM
prescanl
prescanlM
prescanl'
prescanlM'
postscanl
postscanlM
postscanl'
postscanlM'
scanl
scanlM
scanl'
scanlM'
scanl1
scanl1M
scanl1'
scanl1M'
enumFromStepN
enumFromTo
enumFromThenTo
toList
fromList
fromListN
unsafeFromList