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

group and prioritize identities #25

Open
trebor opened this issue Oct 24, 2016 · 0 comments
Open

group and prioritize identities #25

trebor opened this issue Oct 24, 2016 · 0 comments
Assignees

Comments

@trebor
Copy link
Owner

trebor commented Oct 24, 2016

sometimes two patterns will perform nearly the same action, and one may be preferable to others. for example:

sqrt(x) == y -> x = y ^ 2

is prefered over:

sqrt(x) == y -> (sqrt(x))^2 == y ^ 2

and if one is chosen, the other need not be offered.

@trebor trebor changed the title group and prioritize pattersn group and prioritize identities Oct 27, 2016
@trebor trebor self-assigned this Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant