Commit 2026-02-13 18:17 d5bbce85
View on Github →chore(Logic/IsEmpty): split file into Defs and Basic (#35137)
This PR decreases the imports of the congr! and convert tactics by splitting Mathlib.Logic.IsEmpty into a Defs and a Basic file. Then, these tactics can import the Defs file which itself only imports Mathlib.Init. This reduces the longest pole.