Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] (no subject)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] (no subject)


chronological Thread 
  • From: Edsko de Vries <devriese AT cs.tcd.ie>
  • To: ?? ?? <sophiee_shao AT hotmail.com>
  • Cc: Coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] (no subject)
  • Date: Thu, 19 Apr 2007 10:34:55 +0100
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On Thu, Apr 19, 2007 at 04:45:45PM +0800, ?? ?? wrote:
> hello,
> i am a newbie with coq.
> 
> when I input "Require Import XX" the coqide  show that :User error: cannot 
> find XX library in loadpath.  Here XX means some coq file i wrote before, 
> it not belongs to the coq libraries.

Did you compile XX? As far as I know, Require Import only opens compiled
libraries. To compile XX, open it in coqide, then select Compile ->
Compile Buffer. Then try the import again; it should work. 

Edsko





Archive powered by MhonArc 2.6.16.

Top of Page