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
This bidirectional pattern synonym makes it easier to build `Handler a`
values from `IO (Either ServerError a)` values, and is a complement to
the already existing `runHandler` function.
Solves #1732.
0 commit comments