Closed solnic closed 10 months ago
This simplifies evaluation of the union type, so that right side is only applied if the primitive type check on the left side failed. This only works like that if both sides are primitive types, otherwise we must always try to apply both sides.
This simplifies evaluation of the union type, so that right side is only applied if the primitive type check on the left side failed. This only works like that if both sides are primitive types, otherwise we must always try to apply both sides.