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
Specifically, the relevant HasServer instance does not exist, so this is probably related to #4. This would be very useful, since it would allow doing something like this:
These instances cover uses of (:<|>) as well as sequential uses of (:>).
The latter instance uses a helper type family to avoid overlapping with
the instance for Throwing followed by Throws.
closescdepillabout#6
Currently, this doesn’t work:
Specifically, the relevant
HasServer
instance does not exist, so this is probably related to #4. This would be very useful, since it would allow doing something like this:…which helps to reduce boilerplate when a group of APIs all produce the same errors.
The text was updated successfully, but these errors were encountered: