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
If we have a context X != a and are descending an expression
Y + sum{(on X) X | X = a}
the context needs to be SA'd to X' != a so that there is no interference
between it and the "new X".
This must be done in every descending operation, most importantly on
Expression.replace's implementation.
Original issue reported on code.google.com by [email protected] on 8 Jun 2013 at 12:39
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Jun 2013 at 12:39The text was updated successfully, but these errors were encountered: