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
Ran into a problem with an ADT with multiple type parameters that was due to there being no Nothing codec in circe. This may be controversial, but here's a motivating example:
Now if I create a Bar, I don't get to have a codec for it. I know I could introduce a second type parameter for Bar to mitigate this, but assume it comes from a third party library.
The text was updated successfully, but these errors were encountered:
Ran into a problem with an ADT with multiple type parameters that was due to there being no
Nothing
codec in circe. This may be controversial, but here's a motivating example:Now if I create a
Bar
, I don't get to have a codec for it. I know I could introduce a second type parameter forBar
to mitigate this, but assume it comes from a third party library.The text was updated successfully, but these errors were encountered: