aboutsummaryrefslogtreecommitdiffhomepage
path: root/keyed.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'keyed.lisp')
-rw-r--r--keyed.lisp9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyed.lisp b/keyed.lisp
new file mode 100644
index 0000000..b38cfe3
--- /dev/null
+++ b/keyed.lisp
@@ -0,0 +1,9 @@
+;;;; keyed.lisp
+
+(in-package :vampire)
+
+(defclass/bknr keyed ()
+ ((key
+ :r :std (nuid)
+ :index-type string-unique-index
+ :index-reader object-with-key)))