Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Basic question about Require Import


Chronological Thread 
  • From: Marcus Ramos <marcus.ramos AT univasf.edu.br>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: [Coq-Club] Basic question about Require Import
  • Date: Tue, 29 Apr 2014 20:41:30 +0200

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