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

allow for multiple opportunistic mutations #91

Open
llogiq opened this issue Apr 18, 2018 · 0 comments
Open

allow for multiple opportunistic mutations #91

llogiq opened this issue Apr 18, 2018 · 0 comments
Labels
enhancement New feature or request mutation Related to specific mutations

Comments

@llogiq
Copy link
Owner

llogiq commented Apr 18, 2018

At the moment, we only allow one operator to be switched in for another, e.g. + → -.

We should be able to swap in other operators, too, e.g. + → *. This will require extending the traits to cover possible combinations (e.g. types that Add and Sub, but not Mul or vice versa).

@llogiq llogiq added enhancement New feature or request mutation Related to specific mutations labels Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mutation Related to specific mutations
Projects
None yet
Development

No branches or pull requests

1 participant