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 20:25:01 +1100

Indeed :). Note that in bigger developments it often makes sense to use patterns such as:
  crush; custom_tactics; crush.
or repeat progress (crush; custom_tactics).
  to combine crush with some domain specific tactics.

Right, some proofs end up with crush as every second tactic!

One thing that's a little bothersome is that crush cannot solve every goal that auto/eauto can solve. It feels silly to say "crush; eauto" and it would be nice if crush could solve a superset of what auto can.

Cheers,

Michael

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



Archive powered by MhonArc 2.6.16.

Top of Page