Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] section variables and asynchronous proof checking

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] section variables and asynchronous proof checking


Chronological Thread 
  • From: Enrico Tassi <enrico.tassi AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] section variables and asynchronous proof checking
  • Date: Sat, 12 Dec 2015 00:39:09 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=enrico.tassi AT inria.fr; spf=None smtp.mailfrom=gares AT fettunta.org; spf=None smtp.helo=postmaster AT fettunta.org
  • Ironport-phdr: 9a23:GxKBhBaI7+UYwPdQpzaoxGD/LSx+4OfEezUN459isYplN5qZpc+7bnLW6fgltlLVR4KTs6sC0LqI9fi4EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35rxj7j60qaQSjsLrQL1Wal1IhSyoFeZnegtqqwmFJwMzADUqGBDYeVcyDAgD1uSmxHh+pX4p8Y7oGwD884mosVHSODxe7kyZb1eFjUvdW4vt+PxshyWYA2V53AbGlkfiQFJS1zI6gv7VZC3riLhretV2S+APMSwQ6piCmfq1LtiVBK90HRPDDU+6myC0sE=

On Fri, Dec 11, 2015 at 05:07:49PM -0500, Abhishek Anand wrote:
> *Is there a way to get both the brevity enabled by section variables, and*
> *the significant productivity-boost enabled by asynchronous proof
> checking? *

Somewhat ;-)

You can annotate your proofs with the set of section variables
actually used by starting them with "Proof using ...". Such command
understands a little language designed to express a set of section
variables in a concise way. Also, if your section is very crowded, you
can use "Collection ..." to name a group of section variables you often
need to spell out.
Finally "Set Suggest Proof Using" and "Set Default Proof Using ..." may
come handy.

Everything should be documented in the reference manual, and there
should be pointers to all that in the chapter about asynchronous
proofs. If not, please open a bug.

Ciao
--
Enrico Tassi



Archive powered by MHonArc 2.6.18.

Top of Page