universum-1.3.0: Custom prelude used in Serokell

Safe HaskellSafe
LanguageHaskell2010

Universum.Lifted.ST

Description

Deprecated: This module will be removed in a future version of this package, use liftIO directly with functions from ST instead.

This module contains lifted version of stToIO function.

Synopsis

Documentation

stToIO :: MonadIO m => ST RealWorld a -> m a Source #

Lifted version of stToIO.