Skip to Content.
Sympa Menu

coq-club - [Coq-Club] eauto extern hint question

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] eauto extern hint question


Chronological Thread 
  • From: Jonathan <jonikelee AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] eauto extern hint question
  • Date: Thu, 01 May 2014 15:15:56 -0400

I'm trying to write an extern hint for eauto that does some rearrangement of terms for the benefit of other eauto hints. Unfortunately, this hint sometimes causes eauto to loop forever because it is always applicable immediately after itself (and there isn't any easy way to make it fail only after itself).

It seems I could break the loop if I could force eauto to take any lower cost step prior to using that hint again.

Does anyone know if there is a way to accomplish this?

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page