diff options
Diffstat (limited to 'L-99.lisp')
-rw-r--r-- | L-99.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +(in-package "ACL2") + ;; P01 (*) Find the last box of a list. (defun my-last (x) (declare (xargs :guard (and (true-listp x) |