Control.Concurrent.Speculation.Traversable

Traversable

Applicative Traversals

traverse

traverseBy

for

forBy

sequenceA

sequenceByA

Monadic traversals

mapM

mapByM

sequence

sequenceBy

forM

forByM

STM-based traversals with transactional rollback

mapSTM

mapBySTM

forSTM

forBySTM

Accumulating parameters

mapAccumL

mapAccumLBy

mapAccumR

mapAccumRBy