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
Converting assignments (equalities) permits the optimisation of re-using
variables generated for a right-hand side to represent the left-hand
side. Consequently, no free variables need to be introduced for those
left-hand sides when the symbol is seen. If converting, e.g., guards
before assignments, no such optimisation is possible.
0 commit comments