Data.LVar.PureMap

Basic operations

data IMap k s v

newEmptyMap

newMap

newFromList

insert

getKey

waitValue

waitSize

modify

Generic routines and convenient aliases

gmodify

getOrInit

Iteration and callbacks

forEach

forEachHP

withCallbacksThenFreeze

Quasi-deterministic operations

freezeMap

fromIMap

traverseFrzn_

Higher-level derived operations

copy

traverseMap

traverseMap_

union

Alternate versions of derived ops that expose HandlerPools they create

traverseMapHP

traverseMapHP_

unionHP