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: Carlos.SIMPSON AT unice.fr
  • To: Michal Moskal <michal.moskal AT gmail.com>
  • 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: Mon, 02 Apr 2007 09:22:42 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

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.
---Carlos Simpson





Archive powered by MhonArc 2.6.16.

Top of Page