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
A number of functions provide both MonadIO and MonadThrow constraints. However, by sticking a liftIO in front of the function body, we can knock this down to just a MonadIO constraint in all cases. Is there any objection to this change? If not, I can send a PR.