Data.OpenWitness.ST

The ST Monad

type ST s

runST

fixST

Converting ST to OW and IO

stToOW

data RealWorld

stToIO

STRefs

type STRef

newSTRef

readSTRef

writeSTRef

modifySTRef