unlifted-0.2.3.0: Unlifted and levity-polymorphic types
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Monad.IO.Unlifted

Documentation

newtype IO# :: forall (r :: RuntimeRep). TYPE r -> Type where Source #

Constructors

IO# 

Fields

lift :: IO# a -> IO a Source #

unlift :: IO a -> IO# a Source #