aboutsummaryrefslogtreecommitdiff
path: root/peano.lisp
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-09-09 22:53:04 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-09-09 22:53:19 +0900
commit5163a157c4f9b552db220efaa753f210518817fe (patch)
tree9069b28ef45eadb636e221a6265fde31c8481769 /peano.lisp
parenta51be68a1b9c1c2c4e720b49190fdd89a86885bb (diff)
Add `(in-package "ACL2")` lines.HEADmaster
Diffstat (limited to 'peano.lisp')
-rw-r--r--peano.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/peano.lisp b/peano.lisp
index 8fedc56..9ea24ba 100644
--- a/peano.lisp
+++ b/peano.lisp
@@ -1,3 +1,5 @@
+(in-package "ACL2")
+
(defmacro zero? (x)
`(equal ,x nil))