universum-1.1.1: 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.