Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Basic question about Require Import

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Basic question about Require Import


Chronological Thread 
  • From: Joey Dodds <jdodds AT princeton.edu>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Basic question about Require Import
  • Date: Tue, 29 Apr 2014 14:53:38 -0400

Does your coqc version match up with the version of coq your ide is using?

Joey


On Tue, Apr 29, 2014 at 2:41 PM, Marcus Ramos <marcus.ramos AT univasf.edu.br> wrote:
Hi,

Sorry for the basic question, but I can´t find the solution on my own. 

I compile file "Symbols.v" (using >coqc Symbols) and obtain "Symbols.vo". When I try to execute a file that contains the command "Require Import Symbols", I receive the message:

Error: Compiled library Symbols.vo makes inconsistent assumptions over library Coq.Init.Tactics.

Since Tactics in part of the Standard Library, how I am supposed to interpret this error message? And what do I have to do to overcome it?

Thanks in advance,
Marcus.




Archive powered by MHonArc 2.6.18.

Top of Page