Zulip Chat Archive
Stream: general
Topic: Checking if a module is transitively imported
Eric Wieser (Mar 13 2021 at 00:27):
Is the a way to check if a module is imported in the current file? Obviously for direct imports I can look at the top, but what can I do for transitive imports?
Kevin Buzzard (Mar 13 2021 at 00:30):
I just do #check (some lemma in the file)
Last updated: Dec 20 2023 at 11:08 UTC