Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Simple question about libraries

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Simple question about libraries


chronological Thread 
  • From: Roman Beslik <beroal AT ukr.net>
  • To: Edsko de Vries <edskodevries AT gmail.com>
  • Cc: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Simple question about libraries
  • Date: Sun, 20 Jun 2010 18:18:38 +0300
  • Disposition-notification-to: Roman Beslik <beroal AT ukr.net>

$ coqc -R . A/Foo.v
See "coqc --help".
On 20.06.10 16:50, Edsko de Vries wrote:
Simple question. Suppose I have a file Foo.v in a directory A, and I
want to load this file using

Require Import A.Foo

in a script B/Bar.v. If I do

coqc A/Foo.v
coqc B/Bar.v

then I get

File ".../B/Bar.v", line 1, characters 0-21:
Error: The file .../A/Foo.vo contains library Foo and not library A.Foo

--
Best regards,
  Roman Beslik.




Archive powered by MhonArc 2.6.16.

Top of Page