Commit 2024-06-28 15:55 dfc07f1b
View on Github →perf (Algebra.AddConstMap): scope simp lemmas (#14233)
The keys for these simp
lemmas will match quite a bit. To avoid this, we scope them to the AddConstMapClass
namespace so that you only have them when you need them and not when you don't.