Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Announcement: Tool for enabling better Coq 8.5 parallization on existing Coq developments

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Announcement: Tool for enabling better Coq 8.5 parallization on existing Coq developments


Chronological Thread 
  • From: Jonathan Leivent <jonikelee AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Announcement: Tool for enabling better Coq 8.5 parallization on existing Coq developments
  • Date: Sat, 07 Feb 2015 19:26:51 -0500


On 02/07/2015 04:55 PM, Jason Gross wrote:
.. If you want
to do this on the first run of the file, too, you must use [Proof using
<variables to be used in the proof>].



I guess I don't understand the behavior of [Proof using]: How is [Proof using] important to proof parallelism, if the [Proof using] declaration is only processed at Qed time (to determine if the proof obeyed the restriction or not, and to abstract over only the used variables)? Was [Proof using] changed in 8.5 to do earlier processing?

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page