我最近用 opam 安装了 Coq 版本 8.12.2。我已经使用以下命令安装了 Coq 的所有软件包:
opam repo 添加 coq-released https://coq.inria.fr/opam/released
但是当我尝试在 Coqide 中编译包时,它无法识别 coquelicot。
From Coq Require Import Lia Reals Lra List.
From Coquelicot Require Import Coquelicot.
From Coq Require Import PropExtensionality FunctionalExtensionality.
Require Import Rbar_compl.
Require Import sum_Rbar_nonneg.
Require Import measurable_fun.
Require Import subset_compl.
Require Import R_compl.
Require Import sigma_algebra_R_Rbar.
Require Import sigma_algebra.
Require Import simple_fun.
Require Import LInt_p.
我收到这些错误:
Cannot find a physical path bound to logical path matching suffix <> and prefix Coquelicot
和
Unable to locate library
Rbar_compl. (While searching for a .vos file.)