Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Problems with rewrite

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problems with rewrite


chronological Thread 
  • From: Adam Chlipala <adamc AT cs.berkeley.edu>
  • To: Pierre Cast�ran <pierre.casteran AT labri.fr>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Problems with rewrite
  • Date: Wed, 22 Aug 2007 09:00:10 -0700
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Pierre Castéran wrote:
  I didn't find which command would allow me to find the differences
between the two occurrences of the term "Edges.mem (phi x, a) (E_of G') "

Try:

Set Printing Implicit.
Unset Printing Notations.

I think this is enough to show you the exact representations of terms. I have also found it to be true that 'rewrite' needs representations to match exactly and won't consider definitional equality, so this seems like a good way to find the problem.





Archive powered by MhonArc 2.6.16.

Top of Page