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
Convert Sums into UnitSum / Tuple / Option / Result as appropriate.
Auto detection on round trip was left as a todo/future consideration because it also has implications how how we treat implementer of AsExtOp. Said operations would also have to register themselves with deserialization. Probably worth making an issue about this to discuss.
A related problem is when different instances are equivalent in internal representation. I.e. if a user specified a Result<T, ()> should a roundtrip happily turn that in to Option<T>? Not ideal.
Convert Sums into
UnitSum
/Tuple
/Option
/Result
as appropriate.Originally posted by @ss2165 in #1481 (comment)
The text was updated successfully, but these errors were encountered: