You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MonadUnliftIO is essential for writing concurrent applications that use custom monads. Since CliApp is essentially a ReaderT, it should be trivial to derive MonadUnliftIO instance.
To do this:
Add unliftio-core to dependencies.
Derive MonadUnliftIO
The text was updated successfully, but these errors were encountered:
MonadUnliftIO
is essential for writing concurrent applications that use custom monads. SinceCliApp
is essentially aReaderT
, it should be trivial to deriveMonadUnliftIO
instance.To do this:
unliftio-core
to dependencies.MonadUnliftIO
The text was updated successfully, but these errors were encountered: