lean4-htt/src/Init/Data/Int
Markus Himmel f4ae6fc8aa
fix: add instances to make ac_rfl work out of the box (#3942)
Previously the `ac_rfl` tactic was only really usable when depending on
mathlib. With these instances, `ac_rfl` can deal with the various
operations defined in Lean.

---------

Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
2024-04-24 06:12:36 +00:00
..
Basic.lean feat: shorten auto-generated instance names (#3089) 2024-04-13 18:08:50 +00:00
Bitwise.lean chore: upstream Std.BitVec.* (#3400) 2024-02-19 12:43:34 -08:00
DivMod.lean chore: upstream Std.Data.Int (#3635) 2024-03-11 21:40:48 +00:00
DivModLemmas.lean feat: add lemma Int.add_bmod (#3890) 2024-04-17 06:13:22 +00:00
Gcd.lean chore: upstream Std.Data.Int (#3635) 2024-03-11 21:40:48 +00:00
Lemmas.lean fix: add instances to make ac_rfl work out of the box (#3942) 2024-04-24 06:12:36 +00:00
Order.lean fix: add instances to make ac_rfl work out of the box (#3942) 2024-04-24 06:12:36 +00:00
Pow.lean chore: upstream Std.Data.Int (#3635) 2024-03-11 21:40:48 +00:00