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
Currently, for running a fetch to a target monad M[_], we need an instance of MonadError[M, Throwable]. Should we leave the error type open to user-defined types instead of hard-coding Throwable?
The text was updated successfully, but these errors were encountered:
Currently, for running a fetch to a target monad
M[_]
, we need an instance ofMonadError[M, Throwable]
. Should we leave the error type open to user-defined types instead of hard-codingThrowable
?The text was updated successfully, but these errors were encountered: