Data.Sequence
data Seq a
empty
singleton
(<|)
(|>)
(><)
fromList
fromFunction
fromArray
replicate
replicateA
replicateM
iterateN
unfoldr
unfoldl
null
length
data ViewL a
viewl
data ViewR a
viewr
scanl
scanl1
scanr
scanr1
tails
inits
takeWhileL
takeWhileR
dropWhileL
dropWhileR
spanl
spanr
breakl
breakr
partition
filter
sort
sortBy
unstableSort
unstableSortBy
index
adjust
update
take
drop
splitAt
elemIndexL
elemIndicesL
elemIndexR
elemIndicesR
findIndexL
findIndicesL
findIndexR
findIndicesR
foldlWithIndex
foldrWithIndex
mapWithIndex
reverse
zip
zipWith
zip3
zipWith3
zip4
zipWith4