Data.Edison.Seq.BinaryRandList

Sequence Type

data Seq a

Sequence Operations

empty

singleton

lcons

rcons

append

lview

lhead

ltail

rview

rhead

rtail

lheadM

ltailM

rheadM

rtailM

null

size

concat

reverse

reverseOnto

fromList

toList

map

concatMap

fold

fold'

fold1

fold1'

foldr

foldr'

foldl

foldl'

foldr1

foldr1'

foldl1

foldl1'

reducer

reducer'

reducel

reducel'

reduce1

reduce1'

copy

inBounds

lookup

lookupM

lookupWithDefault

update

adjust

mapWithIndex

foldrWithIndex

foldrWithIndex'

foldlWithIndex

foldlWithIndex'

take

drop

splitAt

subseq

filter

partition

takeWhile

dropWhile

splitWhile

zip

zip3

zipWith

zipWith3

unzip

unzip3

unzipWith

unzipWith3

strict

strictWith

Unit testing

structuralInvariant

Documentation

moduleName