Data.Sequence
data
Seq
a
Construction
empty
singleton
(<|)
(|>)
(><)
fromList
Deconstruction
Queries
null
length
Views
data
ViewL
a
viewl
data
ViewR
a
viewr
Indexing
index
adjust
update
take
drop
splitAt
Transformations
reverse