base-4.4.1.0: Basic libraries

Portabilitynon-portable (requires universal quantification for runST)
Stabilityexperimental
Maintainerlibraries@haskell.org

Control.Monad.ST

Description

This library provides support for strict state threads, as described in the PLDI '94 paper by John Launchbury and Simon Peyton Jones Lazy Functional State Threads.

Synopsis

Documentation

module Control.Monad.ST.Safe

Unsafe Functions

unsafeInterleaveST :: ST s a -> ST s aSource

unsafeIOToST :: IO a -> ST s aSource

unsafeSTToIO :: ST s a -> IO aSource

AltStyle によって変換されたページ (->オリジナル) /