diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-09 22:53:04 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-09 22:53:19 +0900 |
commit | 5163a157c4f9b552db220efaa753f210518817fe (patch) | |
tree | 9069b28ef45eadb636e221a6265fde31c8481769 /binary-tree.lisp | |
parent | a51be68a1b9c1c2c4e720b49190fdd89a86885bb (diff) |
Diffstat (limited to 'binary-tree.lisp')
-rw-r--r-- | binary-tree.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binary-tree.lisp b/binary-tree.lisp index b26b8fb..aab189d 100644 --- a/binary-tree.lisp +++ b/binary-tree.lisp @@ -1,3 +1,5 @@ +(in-package "ACL2") + (defun emptyp (x) (atom x)) |