r3526: *** empty log message ***
[hyperobject.git] / docs / hyperobject.lml
1 ;; -*- Mode: Lisp -*-
2
3 (h2 "Slot options")
4 (ul
5  (li ":type")
6  (lu ":length")
7  (li ":allocation"
8      (ul
9       (li ":memory")
10       (li ":persistent")))
11  (li ":key"
12      (ul
13       (lu ":unique")
14       (lu ":shared"))
15  (li ":inverse")
16  )
17