summaryrefslogtreecommitdiff
path: root/books/workshops/2000/ruiz/multiset/multiset.acl2
diff options
context:
space:
mode:
Diffstat (limited to 'books/workshops/2000/ruiz/multiset/multiset.acl2')
-rw-r--r--books/workshops/2000/ruiz/multiset/multiset.acl211
1 files changed, 11 insertions, 0 deletions
diff --git a/books/workshops/2000/ruiz/multiset/multiset.acl2 b/books/workshops/2000/ruiz/multiset/multiset.acl2
new file mode 100644
index 0000000..f5f2fe0
--- /dev/null
+++ b/books/workshops/2000/ruiz/multiset/multiset.acl2
@@ -0,0 +1,11 @@
+(value :q)
+(lp)
+
+(defpkg "MUL" (union-eq *acl2-exports*
+ (union-eq
+ *common-lisp-symbols-from-main-lisp-package*
+ '(remove-one multiset-diff
+ make-ord e0-ordinalp e0-ord-<
+ ctoa atoc))))
+
+(certify-book "multiset" ? t)