-
Notifications
You must be signed in to change notification settings - Fork 444
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
refactor: deriving DecidableEq to use termination_by structural
#4826
Conversation
now that we support structural mutual recursion, I expect that every `DecidableEq` instance be implemented using structural recursion, so let's be explicit about it.
Mathlib CI status (docs):
|
@arthur-adjedj, what do you think about this change? |
I think ensuring good reduction on |
I guess I’ll wait until we have a |
…to joachim/decEq-structural
now that we support structural mutual recursion, I expect that every
DecidableEq
instance be implemented using structural recursion, solet's be explicit about it.