在验证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.
出了什么问题?
答案 0 :(得分:0)
需要将<something>.acl2
文件(通常cert.acl2
工作正常)添加到包含您尝试认证的图书的目录中。此<something>.acl2
文件需要指示cert.pl
ttags
可以使用,例如,使用以下代码:
(in-package "ACL2")
; cert-flags: ? t :ttags :all