Zulip Chat Archive
Stream: general
Topic: hiding
Reid Barton (Mar 06 2018 at 17:20):
I imported tactic.ring to handle an identity and now as a result I have a lemma pow_two
in the root namespace which conflicts with my own lemma pow_two
, which I use about a dozen times in various proofs.
Is there a way to hide imported identifiers?
Last updated: Dec 20 2023 at 11:08 UTC