aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/propspec.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/propspec.lisp b/src/propspec.lisp
index 3dc4ba5..2994dad 100644
--- a/src/propspec.lisp
+++ b/src/propspec.lisp
@@ -89,6 +89,8 @@ property's apply slot."))
;; confined to these four functions -- i.e., if we are to add any combinators,
;; this is the code that needs to change
+;; TODO these should probably be methods
+
(defun compile-propapp (propapp)
"Recursively apply the effects of property combinators in PROPAPP to produce
an atomic property application."