lean4-htt/tests
Scott Morrison 5a32473f66
feat: replace ToExpr Int (#3472)
The current `ToExpr Int` instance produces `@Int.ofNat (@OfNat.ofNat Nat
i ...)` for nonnegative `i` and `@Int.negSucc (@OfNat.ofNat Nat (-i+1)
...)` for negative `i`.

However it should be producing `@OfNat.ofNat Int i ...` for nonnegative
`i`, and `@Neg.neg ... (@OfNat.ofNat Int (-i) ...)` for negative `i`.
2024-02-23 02:30:05 +00:00
..
bench
compiler
elabissues
ir
lean feat: replace ToExpr Int (#3472) 2024-02-23 02:30:05 +00:00
pkg
playground
plugin
simpperf
.gitignore
common.sh
lean-toolchain