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
Multiple operations on programs visit all expressions either to modify or to analyse them.
This yields a series of awkward code duplications that could be reduced by adding a visitor pattern.