Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Difference between [setoid_rewrite at 1] and [setoid_rewrite]?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Difference between [setoid_rewrite at 1] and [setoid_rewrite]?


Chronological Thread 
  • From: Matthieu Sozeau <matthieu.sozeau AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Difference between [setoid_rewrite at 1] and [setoid_rewrite]?
  • Date: Mon, 10 Mar 2014 15:37:35 +0100

Hi,
  As suggested by Cedric it might fail because just the first occurrence can be rewritten,
otherwise it’s probably a bug indeed. Note that rewrite at has a different semantic (it’s counting
occurrences of the first complete unification appearing in the goal). The bug tracker is 
inaccessible right now…
— Matthieu

Le 10 mars 2014 à 09:34, Jason Gross <jasongross9 AT gmail.com> a écrit :

Hi,
Can someone explain to me the difference between [setoid_rewrite ... at 1] and [setoid_rewrite ...]?  In particular, why might the first succeed when the second fails?  (This seems to me to be a bug, so I reported it, with a test case, at https://coq.inria.fr/bugs/show_bug.cgi?id=3253.)

Thanks,
Jason




Archive powered by MHonArc 2.6.18.

Top of Page