yesod-auth-oauth2-0.6.3.4: OAuth 2.0 authentication plugins
Safe HaskellNone
LanguageHaskell2010

UnliftIO.Except

Orphan instances

(MonadUnliftIO m, Exception e) => MonadUnliftIO (ExceptT e m) Source # 
Instance details

Methods

withRunInIO :: ((forall a. ExceptT e m a -> IO a) -> IO b) -> ExceptT e m b #