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