Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Hints and the crush tactic

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Hints and the crush tactic


chronological Thread 
  • From: Michael Day <mikeday AT yeslogic.com>
  • To: Adam Koprowski <adam.koprowski AT gmail.com>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Hints and the crush tactic
  • Date: Tue, 30 Mar 2010 13:56:50 +1100

Is the name of the hypothesis significant, or will it match any hypothesis with that form? Is the number 3 important? Is the syntax correct? I've tried adding some fail tactics to debug it, but they never seem to trigger.

Following up on this, I can apply this tactic directly in the proof and it does work:

match goal with | H : ?X ++ ?Y = nil |- _ => apply app_eq_nil in H end.

So clearly matching the hypothesis isn't the problem. Perhaps the crush tactic isn't using the hint? I'm not sure how to check that.

Cheers,

Michael

--
Print XML with Prince!
http://www.princexml.com



Archive powered by MhonArc 2.6.16.

Top of Page