Control.Monad.Par.AList

The AList type and operations

data AList a

empty

singleton

cons

head

tail

length

null

append

toList

fromList

fromListBalanced

Regular (non-parallel) Combinators

filter

map

partition

Operations to build ALists in the Par monad

parBuildThresh

parBuildThreshM

parBuild

parBuildM

Inspect and modify the internal structure of an AList tree

depth

balance