universum-1.2.0: Custom prelude used in Serokell

Safe HaskellSafe
LanguageHaskell2010

Universum.Lifted.ST

Description

This module contains lifted version of stToIO function.

Synopsis

Documentation

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

Lifted version of stToIO.