Data.Sized
data Sized f n a
type ListLikeF f
data SomeSized f a
length
sLength
null
(!!)
(%!!)
index
sIndex
head
last
uncons
unsnoc
tail
init
take
takeAtMost
drop
splitAt
splitAtMost
empty
singleton
toSomeSized
replicate
replicate'
cons
(<|)
snoc
(|>)
append
(++)
concat
zip
zipSame
zipWith
zipWithSame
unzip
map
reverse
intersperse
nub
sort
sortBy
insert
insertBy
toList
fromList
fromList'
unsafeFromList
unsafeFromList'
fromListWithDefault
fromListWithDefault'
unsized
toSized
toSized'
unsafeToSized
unsafeToSized'
toSizedWithDefault
toSizedWithDefault'
data Partitioned f n a
takeWhile
dropWhile
span
break
partition
elem
notElem
find
findIndex
sFindIndex
findIndices
sFindIndices
elemIndex
sElemIndex
elemIndices
sElemIndices
viewCons
data ConsView f n a
viewSnoc
data SnocView f n a