aboutsummaryrefslogtreecommitdiff
path: root/src/propspec.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 14:01:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 14:01:52 -0700
commitae9befdff9b02d38f511906754d4b6ed5c34f2b8 (patch)
tree59d884ff2a29e62a5ba164caf14b6cdb6db64010 /src/propspec.lisp
parentc84a15a80219df4d09207fd45f0c0d8be5cc6f44 (diff)
downloadconsfigurator-ae9befdff9b02d38f511906754d4b6ed5c34f2b8.tar.gz
add TODO to convert some plain defuns to methods
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/propspec.lisp')
-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."