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
AbstractFunction can currently hold a set of possible functions. This functionality is redundant with an AbstractUnion of AbstractFunctions. It would be therefore better if AbstractFunction held a single function, and AbstractUnion was used to represent join points for branches.
This entails a few related enhancements, such as making AbstractUnion callable.
The text was updated successfully, but these errors were encountered:
AbstractFunction can currently hold a set of possible functions. This functionality is redundant with an AbstractUnion of AbstractFunctions. It would be therefore better if AbstractFunction held a single function, and AbstractUnion was used to represent join points for branches.
This entails a few related enhancements, such as making AbstractUnion callable.
The text was updated successfully, but these errors were encountered: