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

Remove the ToExpr Int instance #58

Merged
merged 1 commit into from
Oct 5, 2024
Merged

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Oct 5, 2024

This instance exists both upstream in core and downstream in mathlib (see Zulip).

The one upstream uses toExpr (-1) = q(-1), which is probably preferable to the toExpr (-1) = q(Int.negSucc 0) used here.

This instance exists upstream in core
@eric-wieser eric-wieser merged commit 2b2f6d7 into master Oct 5, 2024
3 checks passed
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.

1 participant