about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-13 10:18:44 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-13 10:18:44 -0800
commitc4f5d4cf0b6f0d33994aac9d5fa29da1a46f7831 (patch)
tree58557785b1e4f307aed57b74d2e630c6bc976c6f
parentc603cd6cef43100aa83a62e15f96fd54c9fb987e (diff)
downloadmu-c4f5d4cf0b6f0d33994aac9d5fa29da1a46f7831.tar.gz
2431
-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>