hpaste-1.2.0: src/Control/Monad/IO.hs
{-# OPTIONS -Wall #-}
module Control.Monad.IO where
import Control.Monad.Trans
io :: MonadIO m => IO a -> m a
io = liftIO
{-# OPTIONS -Wall #-}
module Control.Monad.IO where
import Control.Monad.Trans
io :: MonadIO m => IO a -> m a
io = liftIO