úÎ˜ã     NoneF is the monad transformer providing polymorphic updateable references `Allow the result of a state transformer computation to be used (lazily) inside the computation. - Note that if f is strict, fixSTT f = _|_.  non-portable (GHC Extensions) experimentalmckean.kylej@gmail.comNone Executes a computation in the  monad transformer Create a new reference Reads the value of a reference "Modifies the value of a reference Creates a new mutable array $Retrieves an element from the array !Modifies an element in the array 9Copy a mutable array and turn it into an immutable array 9Copy an immutable array and turn it into a mutable array GA safe way to create and work with a mutable array before returning an B immutable array for later perusal. This function avoids copying  the array before returning it.           !      !" stt-0.2.0.0Control.Monad.Trans.STControl.Monad.Trans.ST.InternalSTTunSTTSTTRetfixSTTrunSTT newSTTRef readSTTRef writeSTTRef newSTTArray readSTTArray writeSTTArrayfreezeSTTArray thawSTTArray runSTTArray unsafeIOToSTT unsafeSTToIO$fMonadWriterwSTT$fMonadStatesSTT$fMonadReaderrSTT$fMonadErroreSTT$fPrimMonadSTT $fMonadFixSTT$fMonadTransSTT $fMonadSTT$fApplicativeSTT $fFunctorSTT primIsTrue#unsafeReadSTTArrayunsafeWriteSTTArrayunsafeFreezeSTTArrayunsafeThawSTTArray