Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove the
ToExpr Int
instance (#58)
This instance now exists both upstream in core and downstream in mathlib (see [Zulip](https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Lean.2EToExpr.20Int/near/474914783)). The one upstream uses `toExpr (-1) = q(-1)`, which is probably preferable to the `toExpr (-1) = q(Int.negSucc 0)` used here.
- Loading branch information