Commit 2021-07-09 12:30 9a4a3ba6
View on Github →feat(Data/Int): port data.int.basic from the lean3 prelude (#23)
- port lean3 core's int/basic.lean
- refactor(Int): undo my strange naming
- add coe_nat_inj which I apparantly forgot about
- minor cleanup
- add missing imports
- cleanup proofs, implementing kevin's suggestions