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
Is your feature request related to a problem? Please describe.
The current sanity checking and housekeeping for variable and argument declarations is hidden behind property setters and assumes that the given list is complete.
Describe the solution you'd like
A additional convenience API that can add/remove/ensure consistent declarations exist for a list of type symbols would make this more user friendly and would allow for some simplification and removal of redundant code paths in various transformations and pipelines.