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
Currently the definition of the case(s) for unions in <:< don't implement a particularly sane subtype relation. Nonetheless the current semantics are relied on, eg. in fragmentApplies. Probably unions should only relate as subtypes to other unions and we should introduce a separate relation for fragment applicability.
The text was updated successfully, but these errors were encountered:
Currently the definition of the case(s) for unions in
<:<
don't implement a particularly sane subtype relation. Nonetheless the current semantics are relied on, eg. infragmentApplies
. Probably unions should only relate as subtypes to other unions and we should introduce a separate relation for fragment applicability.The text was updated successfully, but these errors were encountered: