Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Working with the Equivalence type class

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Working with the Equivalence type class


chronological Thread 
  • From: Matthieu Sozeau <Matthieu.Sozeau AT lri.fr>
  • To: Brian Aydemir <baydemir AT cis.upenn.edu>
  • Cc: Coq Club <coq-club AT pauillac.inria.fr>
  • Subject: Re: [Coq-Club] Working with the Equivalence type class
  • Date: Thu, 19 Mar 2009 17:51:02 -0400
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Le 19 mars 09 à 17:28, Brian Aydemir a écrit :

Hi all,

Hi Brian,

Is there a simple explanation for the behavior of these tactics in this
particular situation?  When the equivalence relation I work with is
[eq], as it is in the above example, it would be nice if "===" was
treated the same as "=".

It is simply because [subst] uses a purely syntactic check for an
application of [eq] or [identity]. I guess upgrading it to work
up-to conversion would not cause major compatibility problems.
-- Matthieu





Archive powered by MhonArc 2.6.16.

Top of Page