Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Basic problem with Loadpath

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Basic problem with Loadpath


Chronological Thread 
  • From: Thomas Geffroy <tgeffroy AT enseirb-matmeca.fr>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: [Coq-Club] Basic problem with Loadpath
  • Date: Tue, 18 Feb 2014 14:59:37 +0100

Hi all,


I saw few methods to import a module.

I generally use "Add Rec LoadPath "path" as Name_File" with a file Name_file.vo in path/ and then i use Require Import Name_File. Sometimes it works, sometimes not.
"The file path/File_Name.vo contains library
File_Name and not library File_Name.File_Name"

What is the right way to import a module ?


Thanks

Thomas Geffroy



Archive powered by MHonArc 2.6.18.

Top of Page