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: Matthieu Sozeau <Matthieu.Sozeau AT lri.fr>
  • To: Matt Ridsdale <matt.ridsdale AT cl.cam.ac.uk>
  • Cc: Coq Club <coq-club AT pauillac.inria.fr>
  • Subject: Re: [Coq-Club] Check lemma_name gives error immediately after lemma is proved
  • Date: Sun, 8 Feb 2009 17:45:18 +0100
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>


Lemma z_plus_commmutes : forall y : mynat, myplus Q y = myplus y Q.
Check z_plus_commutes.

It's just a typo.

-- Matthieu





Archive powered by MhonArc 2.6.16.

Top of Page