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