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
When an enum case has no members (nullary), there is no "contents" key, only "tag". Is that a problem for Argonaut? Does it always need the contents key?
When an enum case has no members (nullary), there is no "contents" key, only "tag". Is that a problem for Argonaut? Does it always need the
contentskey?