aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-18 10:34:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-18 10:34:50 -0700
commit3adc9dc63c5821e45f25e62bda040c603de641a0 (patch)
treedea4ac9ae2eabe4d3655b038948648a63078ddce /src/property.lisp
parent671a591ffcb55958c5b71c6838810edff8c14884 (diff)
downloadconsfigurator-3adc9dc63c5821e45f25e62bda040c603de641a0.tar.gz
write out the basic structure of properties for debootstrapping
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property.lisp')
-rw-r--r--src/property.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property.lisp b/src/property.lisp
index 218e289..d08b60d 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -308,6 +308,7 @@ Use DEFPROPLIST/DEFPROPSPEC to avoid trouble."))
(define-property-defining-macro defpropspec (type lambda slots forms)
"Define a property which constructs, evaluates and applies a propspec.
+
This is how you can define a property which works by calling other properties,
in accordance with property combinators.