diff options
Diffstat (limited to 'combinations.lisp')
-rw-r--r-- | combinations.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
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) |