AES-0.2.1: Fast AES encryption/decryption for bytestringsSource codeContentsIndex
Control.Monad.UnsafeIO
Description
Just like MonadIO, but codifying unsafe IO execution. Exists for safety.
Documentation
class Monad m => MonadUnsafeIO m whereSource
Methods
liftUnsafeIO :: IO a -> m aSource
show/hide Instances
Produced by Haddock version 2.6.0