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
encodeRoute / decodeRoute can determine the route filename from the sum constructor's name (sans type name prefix). Enum, Bounded can also be derived generically. Use DerivingVia to "configure" the way to determine filename from constructor names (like Aeson, etc.).
encodeRoute/decodeRoutecan determine the route filename from the sum constructor's name (sans type name prefix). Enum, Bounded can also be derived generically. UseDerivingViato "configure" the way to determine filename from constructor names (like Aeson, etc.).Should use
generics-sop.Do also #78 with this?