Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] No more info tactical?!

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] No more info tactical?!


chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: Arnaud Spiwack <aspiwack AT lix.polytechnique.fr>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] No more info tactical?!
  • Date: Fri, 06 Jan 2012 08:36:41 -0500

Arnaud Spiwack wrote:

    As a devoted Adamizer of proof scripts (with a summer's worth of
    Ltackery to prove it), I can't imagine life without info ...


I'd be interested in knowing how you use it.

The usual scenario is that some complex Ltac program isn't behaving as expected, so you run that tactic with [info], which outputs the sequence of steps taken "at one level lower in the abstraction stack." Then you run each of these tactics, until one behaves unexpectedly. Now run that tactic with [info] and repeat. This can really be a lifesaver in Ltac debugging. I don't know if some new 8.4 facility compensates. (I try to stick to the Debian testing packages only, so I've only yet experienced behaviors up to 8.3.)



Archive powered by MhonArc 2.6.16.

Top of Page