about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--054dilated_reagent.cc3
-rw-r--r--html/054dilated_reagent.cc.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/054dilated_reagent.cc b/054dilated_reagent.cc
index fd5fb8c7..9aa8edb5 100644
--- a/054dilated_reagent.cc
+++ b/054dilated_reagent.cc
@@ -1,5 +1,6 @@
 //: An alternative syntax for reagents that permits whitespace in properties,
-//: grouped by brackets.
+//: grouped by brackets. We'll use this ability in the next layer, when we
+//: generalize types from lists to trees of properties.
 
 :(scenarios load)
 :(scenario dilated_reagent)
diff --git a/html/054dilated_reagent.cc.html b/html/054dilated_reagent.cc.html
index 84086d82..4f107a15 100644
--- a/html/054dilated_reagent.cc.html
+++ b/html/054dilated_reagent.cc.html
@@ -32,7 +32,8 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 <body>
 <pre id='vimCodeElement'>
 <span class="Comment">//: An alternative syntax for reagents that permits whitespace in properties,</span>
-<span class="Comment">//: grouped by brackets.</span>
+<span class="Comment">//: grouped by brackets. We'll use this ability in the next layer, when we</span>
+<span class="Comment">//: generalize types from lists to trees of properties.</span>
 
 <span class="Delimiter">:(scenarios load)</span>
 <span class="Delimiter">:(scenario dilated_reagent)</span>