io-effects-0.1.0: Taming the IO monad
IO.Effects.Lift
Contents
data Lift n m a where Source #
Constructors
run :: ProgramWithHandler (Lift IO) '[] a -> IO a Source #
Escape the Program monad when you are using 'Lift IO'.
Program
Methods
liftIO :: IO a -> Program es a #