Zulip Chat Archive
Stream: mathlib4
Topic: minImports missing imports from Init
Daniel Weber (Nov 05 2024 at 05:09):
I don't have a minimal example, but in #16797 in Mathlib/FieldTheory/Differential/Basic.lean
, linter.minImports
says:
warning: ././././Mathlib/FieldTheory/Differential/Basic.lean:6:0: -- missing imports
import Init.Data.ULift
import Init.Data.Fin.Fold
import Init.Data.List.Nat.Pairwise
What is that supposed to mean?
Damiano Testa (Nov 05 2024 at 05:47):
I think that this might be the same as
I think that there is something going on with Init
imports in ImportGraph, but have not gotten to the bottom of it.
Last updated: May 02 2025 at 03:31 UTC