Control.Monad.Par.AList

The AList type and operations

data AList a

empty

singleton

cons

head

tail

length

null

append

toList

fromList

Operations to build ALists in the Par monad

parBuildThresh

parBuildThreshM

parBuild

parBuildM