Commit 2023-12-10 22:40 7df4ff91
View on Github →chore: reduce imports of Data.List.Defs (#8635)
Currently Data.List.Defs
depends on Algebra.Group.Defs
, rather unnecessarily.
(This then prevents importing Data.List.Defs
into Tactic.Common
, without breaking various assert_not_exists
statements.)