Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Check lemma_name gives error immediately after lemma is proved

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Check lemma_name gives error immediately after lemma is proved


chronological Thread 
  • From: Adam Chlipala <adamc AT hcoop.net>
  • To: Matt Ridsdale <matt.ridsdale AT cl.cam.ac.uk>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Check lemma_name gives error immediately after lemma is proved
  • Date: Sun, 08 Feb 2009 11:44:41 -0500
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Matt Ridsdale wrote:
Lemma z_plus_commmutes : forall y : mynat, myplus Q y = myplus y Q.
[snip]
Check z_plus_commutes.

You are checking the wrong lemma name.





Archive powered by MhonArc 2.6.16.

Top of Page