Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Iterating Ltac tactics


chronological Thread 
  • From: Adam Chlipala <adam AT chlipala.net>
  • To: Thomas Strathmann <thomas AT pdp7.org>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Iterating Ltac tactics
  • Date: Mon, 21 Mar 2011 10:10:27 -0400

Thomas Strathmann wrote:
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. ...

Perhaps [repeat T] would do? None of the structured Ltac support duplicates exactly the semantics of the period operator, as far as I know, but that's a feature, not a bug. :)



Archive powered by MhonArc 2.6.16.

Top of Page