Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club]Fwd: coq performance

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club]Fwd: coq performance


chronological Thread 
  • From: "Michal Moskal" <michal.moskal AT gmail.com>
  • To: "Carlos.SIMPSON AT unice.fr" <Carlos.SIMPSON AT unice.fr>
  • Cc: coq-club AT pauillac.inria.fr, "Radu Grigore" <radugrigore AT gmail.com>, "Mikol� Janota" <mikolas.janota AT gmail.com>, "Joseph Kiniry" <kiniry AT acm.org>
  • Subject: Re: [Coq-Club]Fwd: coq performance
  • Date: Tue, 3 Apr 2007 16:41:45 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Cu6dMRfbgNjMOWcpWMM07Ml+Sy3eJ++7XaDHtO0y88m1suVpjEYfpYUV+T3nm37d8xDBAINFpaii8qxNOcifAip+8ZhrlLxdL0rxDJnUGVWP4A0A+Oi7rLlgbzcEEU0YkFOhi/aEdzKha7OcarHWiSLezTblkbP7FMco2FA7Lws=
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On 4/2/07, 
Carlos.SIMPSON AT unice.fr
 
<Carlos.SIMPSON AT unice.fr>
 wrote:
This is just a guess, but looking at your file it looks  like you might
want to try replacing the word
``Variable'' by the word ``Parameter'', and the word ``Let'' by the word
``Definition''.
As you have written it, it turns the whole file into a local context,
which is (if I understand correctly?) saved in a different
way in Coq than the global context. Coq is designed to contain gigantic
global contexts, but the local context is thought of
as something that would fit in the ``current goal to be proven'' window
in an interface.

Thank you, it seem to do the trick!

The typical proofs of ESC/Java verification conditions can be now
checked (no proofs of the theory conflicts yet) in a few seconds.

--
  Micha³





Archive powered by MhonArc 2.6.16.

Top of Page