| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.Chat.Util
Contents
Documentation
encryptFile :: FilePath -> FilePath -> CryptoFileArgs -> ExceptT String IO () Source #
liftIOEither :: (MonadIO m, MonadError e m) => IO (Either e a) -> m a Source #
Orphan instances
| Exception e => MonadUnliftIO (ExceptT e IO) Source # | |
Methods withRunInIO :: ((forall a. ExceptT e IO a -> IO a) -> IO b) -> ExceptT e IO b | |
| Exception e => MonadUnliftIO (ExceptT e (ReaderT r IO)) Source # | |
Methods withRunInIO :: ((forall a. ExceptT e (ReaderT r IO) a -> IO a) -> IO b) -> ExceptT e (ReaderT r IO) b | |