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:21:27 -0400

Thomas Strathmann wrote:
On 3/21/11 15:10 , Adam Chlipala wrote:
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. :)

Sadly, it doesn't. I should have mentioned that [repeat T] behaves like [T] in this particular situation. I had this ominous feeling that it might be a feature that what I want to do is not supported (directly).
It's not earth shattering, but it would have been nice to be able to automate just a tad more given that among other reasons I was drawn to Coq because of the automation facilities.

My idea of an automated proof always contains exactly one period operator. Perhaps if you shared more details of your proof task we could suggest a different way of structuring it?



Archive powered by MhonArc 2.6.16.

Top of Page