Skip to Content.
Sympa Menu

coq-club - [Coq-Club] ynot

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] ynot


Chronological Thread 
  • From: Giulio Pellitta <gpellitta AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] ynot
  • Date: Fri, 23 Jan 2015 16:28:08 +0100

Dear Coq users,
I am trying to experiment a bit with the Ynot library (http://ynot.cs.harvard.edu/).

So I run coqide with the command

coqide -R /usr/lib/coq/theories/ynot Ynot Test.v &

where /usr/lib/coq/theories/ynot is the path where Ynot is installed.

When I try to run the command

Require Import Ynot.

coqide complains about the coq version:

Error: File /usr/lib/coq/theories/ynot/src/coq/Ynot.vo has bad magic number.
It is corrupted or was compiled with another version of Coq.

Indeed, I am running Coq 8.4pl5, but the latest version of Ynot available on http://ynot.cs.harvard.edu/ is only for version 8.3pl2.

Is there any way for me to use Ynot with my version of Coq?


Best,
Giulio Pellitta



Archive powered by MHonArc 2.6.18.

Top of Page