Instant is
off
|
Search plugin
|
Manual
|
haskell.org
strictToLazyST
Packages
base
strictToLazyST
:: ST s a -> ST s a
base
Control.Monad.ST.Lazy
Convert a strict
ST
computation into a lazy one. The strict state thread passed to
strictToLazyST
is not performed until the result of the lazy state thread it returns is demanded.
©
Neil Mitchell
2004-2012, version 4.2.11