Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use AbstractUnion to represent multiple possible functions #205

Open
breuleux opened this issue May 31, 2019 · 0 comments
Open

Use AbstractUnion to represent multiple possible functions #205

breuleux opened this issue May 31, 2019 · 0 comments
Labels
simplification Code simplification or streamlining

Comments

@breuleux
Copy link
Member

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.

@breuleux breuleux added the simplification Code simplification or streamlining label May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
simplification Code simplification or streamlining
Projects
None yet
Development

No branches or pull requests

1 participant