lean4-htt/src/Lean/Meta/Tactic/Simp
Rob23oba e8bbba06b7
fix: fix builtin simproc Nat.reduceAnd (#6773)
This PR fixes a typo that prevented `Nat.reduceAnd` from working
correctly.

Closes #6772
2025-01-25 12:57:24 +00:00
..
BuiltinSimprocs fix: fix builtin simproc Nat.reduceAnd (#6773) 2025-01-25 12:57:24 +00:00
Attr.lean refactor: mark the Simp.Context constructor as private 2024-11-13 14:12:55 +11:00
BuiltinSimprocs.lean feat: simprocs for #[1,2,3,4,5][2] (#4765) 2024-07-17 03:05:17 +00:00
Diagnostics.lean fix: add workaround for MessageData limitations (#6669) 2025-01-16 16:58:20 +00:00
Main.lean fix: ensure simp and dsimp do not unfold too much (#6397) 2024-12-21 04:16:15 +00:00
RegisterCommand.lean feat: attribute [simp ←] (#5870) 2024-10-29 11:07:08 +00:00
Rewrite.lean fix: propagate Simp.Config when reducing terms and checking definitional equality in simp (#6123) 2024-12-14 00:59:40 +00:00
SimpAll.lean chore: avoid runtime array bounds checks (#6134) 2024-11-21 05:04:52 +00:00
SimpCongrTheorems.lean feat: make it possible to use dot notation in m! strings (#5857) 2024-10-27 22:55:29 +00:00
Simproc.lean fix: isDefEq, whnf, simp caching and configuration (#6053) 2024-11-18 01:17:26 +00:00
SimpTheorems.lean fix: isDefEq, whnf, simp caching and configuration (#6053) 2024-11-18 01:17:26 +00:00
Types.lean feat: zetaUnused option (option only) (#6754) 2025-01-23 14:37:41 +00:00