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

Equality of FunctionTerms #205

Merged
merged 3 commits into from
Jan 5, 2021
Merged

Equality of FunctionTerms #205

merged 3 commits into from
Jan 5, 2021

Conversation

kleinschmidt
Copy link
Member

Fixes #204 by adding a method to check equality of function terms based only on
the type of the original function and the expression (not the generated
anonymous function, which will be different even for identical expressions from
identical environments).

@kleinschmidt kleinschmidt requested a review from nalimilan January 4, 2021 23:14
@kleinschmidt kleinschmidt merged commit 6c757d4 into master Jan 5, 2021
@kleinschmidt kleinschmidt deleted the dfk/function-term-equal branch January 5, 2021 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent behavior when adding two "duplicate" functional terms with @formula
2 participants