Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Tactics

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Tactics


chronological Thread 
  • From: Nadeem Abdul Hamid <nadeem AT acm.org>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club] Tactics
  • Date: Thu, 03 Oct 2002 17:38:19 -0400
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
  • Organization: Yale University

A few questions about the Coq tactic language:

(1) Say I want to write a simple tactic like the following:

Match Context With [V:?/\? |- ?] -> Elim V; Clear V; Intros V' V.

where I really want V' to be a "fresh" name for the given context, not literally "V'"- as is this tactic might fail if I already have a hypothesis in the context labeled "V'". Is there a way to do this introduction of fresh variables?

(2) In Chapter 10 of the Coq reference manual, figure 10.1, at the bottom of the last production in the figure (arg), there is a " 'term" case. What is this apostrophe used for? I don't see it described anywhere.

Thanks,

--- nadeem





Archive powered by MhonArc 2.6.16.

Top of Page