未找到Coq Lists库中的引用

时间:2016-05-09 10:54:09

标签: coq

我正在尝试使用https://coq.inria.fr/distrib/current/stdlib/Coq.Lists.List.html中显示的concat函数。我尝试了以下方法:

Require Import Arith Coq.Lists.List.
Import ListNotations.

Definition CON (l : list nat):= (concat [[0]; l]).

但我收到错误Error: The reference concat was not found in the current environment.我认为这应该有效,因为我已经导入了库,所以我不知道这个错误来自哪里。

我使用的是版本8.4pl3(2014年1月)。可能是版本问题吗?

1 个答案:

答案 0 :(得分:2)

this提交中添加了

concat。我认为它接近8.4pl3版本的末尾所以它没有被推到发布版本,而是推向了下一个8.5