r3526: *** empty log message ***
[hyperobject.git] / docs / hyperobject.lml
diff --git a/docs/hyperobject.lml b/docs/hyperobject.lml
new file mode 100644 (file)
index 0000000..6ea8673
--- /dev/null
@@ -0,0 +1,17 @@
+;; -*- Mode: Lisp -*-
+
+(h2 "Slot options")
+(ul
+ (li ":type")
+ (lu ":length")
+ (li ":allocation"
+     (ul
+      (li ":memory")
+      (li ":persistent")))
+ (li ":key"
+     (ul
+      (lu ":unique")
+      (lu ":shared"))
+ (li ":inverse")
+ )