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
When working with a context F[_] with a MonadError[F, Throwable] instance (for example, IO from cats-effect), one often ends up writing code similar to the following, in order to raise ConfigErrors as a Throwable error in the context.
When working with a context
F[_]
with aMonadError[F, Throwable]
instance (for example,IO
from cats-effect), one often ends up writing code similar to the following, in order to raiseConfigErrors
as aThrowable
error in the context.The idea is to provide syntax for this common code, so that we can instead write the following.
The text was updated successfully, but these errors were encountered: