为什么cert.pl抱怨ttags

时间:2015-03-18 15:40:43

标签: acl2

在验证ACL2书籍时,我经常收到以下错误消息:

| ACL2 Error in ( INCLUDE-BOOK "something" ...):  The ttag :FAST-CAT
| associated with file /elided/acl2/books/std/string\
| s/fast-cat.lisp is not among the set of ttags permitted in the current
| context, specified as follows:
|   NIL.
| See :DOC defttag.

出了什么问题?

1 个答案:

答案 0 :(得分:0)

需要将<something>.acl2文件(通常cert.acl2工作正常)添加到包含您尝试认证的图书的目录中。此<something>.acl2文件需要指示cert.pl ttags可以使用,例如,使用以下代码:

(in-package "ACL2")

; cert-flags: ? t :ttags :all