Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Iterating Ltac tactics

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Iterating Ltac tactics


chronological Thread 
  • From: Thomas Strathmann <thomas AT pdp7.org>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Iterating Ltac tactics
  • Date: Mon, 21 Mar 2011 15:07:33 +0100

Hi,

I have a (probably simple and possibly born from confusion regarding the precise meaning of the Coq documentation) question about "iterating" Ltac tactics. As far as I understand you can compose tactics so that a number of tactics are applied to the sub-goals generated by applying the first tactic of this new compound tactic
(e.g. T1 ; T2), but I've yet to find a way to apply a tactic T again and again to the current goal exactly like

  T. T. T. T. T. ...

would do.

        Thomas



Archive powered by MhonArc 2.6.16.

Top of Page