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
The main reason we have orphans for IsReturnType and IsClientType is simple: instances for Returns a are implementation dependent, but instances for o -> r are not.
I've separated server/client implementations from types to allow package split to server, client and base packages. It needs some more refactoring though.
This breaks client code in confusing ways.
The text was updated successfully, but these errors were encountered: