在macOS上安装Frama (23)、Why3和Coq之后,我运行以下命令
rm -f ~/.why3.conf ; why3 config detect显示了以下消息
Found prover Coq version 8.10.2, but no Why3 libraries were compiled for it问候
发布于 2021-07-12 06:23:23
我想说,与其说这是一个Frama问题,不如说是一个Why3问题。无论如何,您必须安装Opam包why3-coq,以便为Coq编译Why3库(然后重新执行why3 config detect)。
https://stackoverflow.com/questions/68325383
复制相似问题