Zulip Chat Archive

Stream: mathlib4

Topic: Use imports that are further upstream


Josha Dekker (Jan 05 2024 at 16:03):

Is there a way to identify which imports are "too far downstream" in the sense that you could just as well import a file further upstream? (Other than trial-and-error of course..)
Of course, I'd like to have some way of (automatically?) detecting what imports I could be using that are further upstream

Kevin Buzzard (Jan 05 2024 at 16:12):

There is #find_home and more generally you might be interested in the discussion in this thread.

Josha Dekker (Jan 05 2024 at 16:15):

thank you!


Last updated: May 02 2025 at 03:31 UTC