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
We should rework addresses, because currently the way they work is not intuitive and doesn't fit into how other types work.
Basically, addr_none should be a valid part of Address type and should be checked by devs against addressNone() (and not null). And Address? should mean Maybe Address, where Address also could be addr_none.
We should rework addresses, because currently the way they work is not intuitive and doesn't fit into how other types work.
Basically,
addr_none
should be a valid part ofAddress
type and should be checked by devs againstaddressNone()
(and notnull
). AndAddress?
should meanMaybe Address
, whereAddress
also could beaddr_none
.Original comment: #986 (comment)
The text was updated successfully, but these errors were encountered: