Data.SortedList

Type

data SortedList a

List conversions

toSortedList

fromSortedList

Construction

singleton

repeat

replicate

iterate

Deconstruction

uncons

Inserting

insert

Deleting

delete

Sublists

take

drop

splitAt

takeWhile

dropWhile

span

filter

filterLE

filterGE

partition

Queries

elemOrd

findIndices

map function

map

mapDec

Unfolding

unfoldr

Others

nub

reverse

reverseDown