diff options
Diffstat (limited to 'flist.lisp')
-rw-r--r-- | flist.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +(in-package "ACL2") + (defun true-flistp (x) (if (endp x) (null x) |
index : acl2-theorems.git | ||
Proofs with acl2 | Masaya Tojo |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | flist.lisp | 2 |
@@ -1,3 +1,5 @@ +(in-package "ACL2") + (defun true-flistp (x) (if (endp x) (null x) |