Data.BinaryList

Type

data BinList a

type Exponent

Construction

singleton

append

replicate

replicateA

replicateAR

generate

generateM

Queries

lengthExponent

lookup

head

last

Deconstruction

split

take

takeEnd

Transformation

replace

reverse

Tuples

joinPairs

disjoinPairs

Zipping and Unzipping

zip

unzip

zipWith

Lists

From list

fromList

fromListWithDefault

fromListSplit

To list

toListFilter

toListSegment

Others

traverseSegment

Example: Radix-2 FFT