Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Converting VERNAC COMMAND declaration to Coq 8.7

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Converting VERNAC COMMAND declaration to Coq 8.7


Chronological Thread 
  • From: Kenneth Roe <kendroe AT hotmail.com>
  • To: Matej Košík <mail AT matej-kosik.net>, "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Converting VERNAC COMMAND declaration to Coq 8.7
  • Date: Sat, 4 Nov 2017 21:37:45 +0000
  • Accept-language: en-US
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=kendroe AT hotmail.com; spf=Pass smtp.mailfrom=kendroe AT hotmail.com; spf=Pass smtp.helo=postmaster AT NAM04-BN3-obe.outbound.protection.outlook.com
  • Ironport-phdr: 9a23:mu8EbhbU7XEdNFfCO0Qi5xr/LSx+4OfEezUN459isYplN5qZpc24bnLW6fgltlLVR4KTs6sC0LWG9f24EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i76vnYuHUDaPBZ4JNPWHXxXjIzj0umz/7XWahlFhn++ZqhzL1OwoBmH8oFciox7b6011xHho31Seu0Qy3kibQaYmA+57cOt9rZi9T5RsrQv7ZgTf7/9evEbQLpeASgme1oy6YW/thTFQRGI61McVXkTmxtMRQPC6UepDd/KriLmu78li2GhNsrsQOVsVA==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

I have

DECLARE PLUGIN "theplug"


at the top of the file.  Changing it to

Declare ML Module "theplug"


generates a syntax error from the preprocessor.

                 - Ken

From: Matej Košík <mail AT matej-kosik.net>
Sent: Saturday, November 4, 2017 11:46 AM
To: coq-club AT inria.fr; kendroe AT hotmail.com
Subject: Re: [Coq-Club] Converting VERNAC COMMAND declaration to Coq 8.7
 
Hi,

On 11/04/17 17:39, Kenneth Roe wrote:
> I got the code to compile.  And the commands that I registered with "VERNAC COMMAND EXTEND" seem to work.  However, the "arewrite" tactic that I registered with "TACTIC EXTEND" is not recognized.  I
> get the error:
>
> *Error:*The reference arewrite was not found in the current environment.

I have a stupid question:

Did you do something like:

  Declare ML Module "your_plugin".

in the *.v file you are trying to compile?
(somewhere before the position in which you are trying to use the tactic provided by that plugin)

?




Archive powered by MHonArc 2.6.18.

Top of Page