Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] autorewrite

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] autorewrite


chronological Thread 
  • From: Pierre Courtieu <Pierre.Courtieu AT univ-orleans.fr>
  • To: "Devisschere Yann" <devissch AT enseirb.fr>
  • Cc: <coq-club AT pauillac.inria.fr>
  • Subject: Re: [Coq-Club] autorewrite
  • Date: Tue, 21 Jun 2005 10:58:29 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On 16 jun 2005, Devisschere Yann wrote:

> rules. Is there an order, according to the "hint rewrite ..." or does
> autorewrite try to use the more specific rewriting rule or the more
> general ?
> 
> I don't find explanations of that neither in Coq'art nor in the Coq
> reference manual. (all the examples use specific excluding rules)

As far as I know, autorewrite is almost equivalent to : 

repeat progress (try rewrite R1 ; try rewrite R2 ; try rewrite R3 ...).

where Ri's are the lemmas in the database. I don't know the order in which
lemmas are used, but there is no other strategy.

Cheers,

Pierre.

> 
> Please help me.
> Thanks.
> 
> (Hoping this tiny example is enough clear and representative of my whole
> problem.)
> 
> Yann Devisschere






Archive powered by MhonArc 2.6.16.

Top of Page