I am new to Coq and therefore improve my understanding of proof verification. I am trying to use the Ssreflect library.
I installed Ssreflect v 1.5 on Mac OS v 10.10.3 (Yosemite), which runs in the terminal.
However, when I tried to load the library in CoqIDE 8.4p15 using:
Require Import ssreflect.
I get an error message:
Cannot find library ssreflect in loadpath
I tried using:
Add LoadPath "/opt/local/lib/coq/user-contrib/Ssreflect/".
where SSRCOQ_LIB is currently set, but I get an error:
The file /opt/local/lib/coq/user-contrib/Ssreflect/ssreflect.vo contains library Ssreflect.ssreflect and not library ssreflect
I am grateful for any help in downloading the ssreflect library from CoqIDE.
source share