Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Tactic Language suggestions

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Tactic Language suggestions


chronological Thread 
  • From: "Carlos.SIMPSON" <carlos AT math.unice.fr>
  • To: Lukasz Stafiniak <l_stafiniak AT hoga.pl>, coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Tactic Language suggestions
  • Date: Sun, 24 Aug 2003 09:53:15 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

I would like to second Lukasz Stafiniak's suggestions (as I imagine
would a lot of people).
Here is a little addition (although maybe that was meant as a part of
the third one):
it would be nice to have a command to apply something once to each
element of the context,
such as
Cycle Context With
[id1 : ?1 |- ?] -> Dosomething

then it would apply (as in Repeat) the tactic Dosomething, once for each
identifier in the context.

One can do this type of thing by hacking with the present language but
it is really ugly.

---Carlos







Archive powered by MhonArc 2.6.16.

Top of Page