Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Add new modules

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Add new modules


chronological Thread 
  • From: Stefan Karrmann <sk AT mathematik.uni-ulm.de>
  • To: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Add new modules
  • Date: Tue, 26 Oct 2004 12:10:57 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
  • Mail-reply-to: <sk AT mathematik.uni-ulm.de>

Claudia Fernanda Oliveira K Tavares (Mon, Oct 25, 2004 at 07:20:56PM +0000):
>     I'm starting to use Coq in my proofs and I'd like to test some examples 
> of modules, but these require other modules. To facilitate, all modules 
> that 
> I need are in one folder called "Examples".
>     I'm using Coq for Windows and I'd like to access Examples folder. So, 
> where do I put this folder? Inside of "lib" or "lib\theories" folder?
>     I put the folder inside "lib\theories" and tried to add a new path, but 
> ocurred an error:
> 
>   Coq < Add Loadpath "C:\coq\lib\theories\Examples".
>   Warning: Cannot open C:\coq\lib\theories\Examples

In my Coq 8.0 I must enter:
Add LoadPath "directory".
or
Add LoadPath "directory" as Coq_name.

But I got different error message:
Coq < Add Loadpath "/home/me".
User error: Loadpath: no table or option of this type

Regards,
-- 
Stefan Karrmann

Most people's favorite way to end a game is by winning.




Archive powered by MhonArc 2.6.16.

Top of Page