Skip to Content.
Sympa Menu

coq-club - [Coq-Club] forbid the use of an identifier?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] forbid the use of an identifier?


Chronological Thread 
  • From: Vladimir Voevodsky <vladimir AT ias.edu>
  • To: Coq Club <coq-club AT inria.fr>
  • Cc: "Prof. Vladimir Voevodsky" <vladimir AT ias.edu>
  • Subject: [Coq-Club] forbid the use of an identifier?
  • Date: Fri, 24 Oct 2014 11:47:42 +0100

Hello,

is there a way to make sure that a certain identifier can not be used? The
closest that I know to it is to make an identifier opaque but
I would like to make sure that an identifier is not used at all, e.g., I
would like to say

Hide identity_ind.

and then if a tactic wants to use it it will generate an error.

Vladimir.





Archive powered by MHonArc 2.6.18.

Top of Page