From 5163a157c4f9b552db220efaa753f210518817fe Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Thu, 9 Sep 2021 22:53:04 +0900 Subject: Add `(in-package "ACL2")` lines. --- combinations.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'combinations.lisp') diff --git a/combinations.lisp b/combinations.lisp index 93c3b67..9495676 100644 --- a/combinations.lisp +++ b/combinations.lisp @@ -1,3 +1,5 @@ +(in-package "ACL2") + (defun cons-all (e x) (declare (xargs :guard (true-listp x))) (if (endp x) -- cgit v1.2.3