aboutsummaryrefslogtreecommitdiffhomepage
path: root/keyed.lisp
blob: c9978bf5e82e546a53cfcabebf13f971c2f573db (plain)
1
2
3
4
5
6
7
8
9
;;;; keyed.lisp

(in-package :vampire)

(defclass/bknr keyed ()
  ((key
    :r :std (nuid)
       :index-type string-unique-index
       :index-reader object-with-key)))