Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

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


Chronological Thread 
  • From: Arnaud Spiwack <aspiwack AT lix.polytechnique.fr>
  • To: Coq Club <coq-club AT inria.fr>
  • Cc: "Prof. Vladimir Voevodsky" <vladimir AT ias.edu>
  • Subject: Re: [Coq-Club] forbid the use of an identifier?
  • Date: Fri, 24 Oct 2014 14:26:21 +0200

I don't think there is. What sort of use-case do you have in mind?

On 24 October 2014 12:47, Vladimir Voevodsky <vladimir AT ias.edu> wrote:
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