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 15:52:54 +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 NAM02-CY1-obe.outbound.protection.outlook.com
  • Ironport-phdr: 9a23:xemZ4RXpXjuMy7NCVu8Ubj+1zz/V8LGtZVwlr6E/grcLSJyIuqrYZhWFt8tkgFKBZ4jH8fUM07OQ6P+wHzFYqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aSV3DMl9QL/j4GLnxiDYy1Kjm/pTSZy1NjSawY/ZxKw63rkPXu9VAxcMoIaEojxDNv3FgeuJMxGouK0jZ10L34d7195p++QxRvegg/ohOS/OpUb4/SOl7ATIgPnw1rPfsuFGXTgaJ6mEbX00WlQZNCgnBqhr9W8Gi4WPBquNh1XzCboXNRrcuVGH64g==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

It looks like I'm getting closer.  My file compiles.  However, I get the following error:

File "./src/Theory.v", line 74, characters 0-28:

Error:

while loading /Users/kendroe/FDS/engine/plugin/src/thepack.cmxs:

error loading shared library: dlopen(/Users/kendroe/FDS/engine/plugin/src/thepack.cmxs, 138): Symbol not found: _camlTacenv

  Referenced from: /Users/kendroe/FDS/engine/plugin/src/thepack.cmxs

  Expected in: flat namespace

 in /Users/kendroe/FDS/engine/plugin/src/thepack.cmxs



I discovered the cause of this undefined symbol is this macro:

TACTIC EXTEND AR2

| ["arewrite"] -> [Stuff.arewrite]

END


When I comment it out, the resulting module loads.  What do I need to include or change?

                 - Ken


From: Matej Košík <mail AT matej-kosik.net>
Sent: Saturday, November 4, 2017 6:30 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 14:10, Kenneth Roe wrote:
> Didn't work.
>
> Does someone have a sample project that uses "VERNAC COMMAND EXTEND" (and also "TACTIC EXTEND" or what ever it became) for Coq 8.7?

The attached demo exercises some of those mechanisms.
(Compiles with the "v8.7" branch of Coq).

Let me know what you think.

---

Matej



Archive powered by MHonArc 2.6.18.

Top of Page