Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] CoqIDE loadpath error for ssreflect

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] CoqIDE loadpath error for ssreflect


Chronological Thread 
  • From: Ralf Jung <jung AT mpi-sws.org>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] CoqIDE loadpath error for ssreflect
  • Date: Fri, 12 Jun 2015 11:59:59 +0200

Hi,

> I used the following instructions in CoqIDE:
>
> Add LoadPath "/opt/local/lib/coq/user-contrib/Ssreflect/".

That's not what I suggested should work ;-)

Quoting from my first mail:
Add LoadPath "/opt/local/lib/coq/user-contrib/".

> Require Import Ssreflect.ssreflect.

Coq concatenates the paths: if you tell it to look in
"/opt/local/lib/coq/user-contrib/", and it looks for
Ssreflect.ssreflect, the "." becomes a "/" and a ".vo" is added. That's
the file it looks for.

The alternative would be to add "Ssreflect" to the Path *and* *not* do
the "Require", but you said that's what you tried first, and it did not
work.

Kind regards,
Ralf



Archive powered by MHonArc 2.6.18.

Top of Page