Control.Monad.IO.Unlifted
newtype IO# :: forall (r :: RuntimeRep). TYPE r -> Type where Source #
Constructors
Fields
lift :: IO# a -> IO a Source #
unlift :: IO a -> IO# a Source #