about summary refs log tree commit diff stats
path: root/html/072recipe.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-05 02:00:26 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-11-05 02:00:26 -0800
commitffc9e66b3505990009e47b461eb03d3eb1635258 (patch)
tree6e7ae8df9a0143736500270da2212ee6182a8c85 /html/072recipe.cc.html
parent53de40aa88c91150f513852e49b314f130663b64 (diff)
downloadmu-ffc9e66b3505990009e47b461eb03d3eb1635258.tar.gz
4109
Diffstat (limited to 'html/072recipe.cc.html')
-rw-r--r--html/072recipe.cc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/072recipe.cc.html b/html/072recipe.cc.html
index 0da90663..32f77078 100644
--- a/html/072recipe.cc.html
+++ b/html/072recipe.cc.html
@@ -394,9 +394,9 @@ if ('onhashchange' in window) {
 <span id="L330" class="LineNr">330 </span>
 <span id="L331" class="LineNr">331 </span><span class="Delimiter">:(scenario call_variable_compound_ingredient)</span>
 <span id="L332" class="LineNr">332 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [
-<span id="L333" class="LineNr">333 </span>  <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> <span class="Delimiter">(</span><a href='043space.cc.html#L83'>address</a> number<span class="Delimiter">)</span><span class="muRecipe"> -&gt; </span>number<span class="Delimiter">)}</span><span class="Special"> &lt;- </span>copy f
+<span id="L333" class="LineNr">333 </span>  <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span><span class="muRecipe"> -&gt; </span>number<span class="Delimiter">)}</span><span class="Special"> &lt;- </span>copy f
 <span id="L334" class="LineNr">334 </span>  <span class="Constant">2</span>:&amp;:num<span class="Special"> &lt;- </span>copy <span class="Constant">0</span>
-<span id="L335" class="LineNr">335 </span>  <span class="Constant">3</span>:num<span class="Special"> &lt;- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> <span class="Delimiter">(</span><a href='043space.cc.html#L83'>address</a> number<span class="Delimiter">)</span><span class="muRecipe"> -&gt; </span>number<span class="Delimiter">)},</span> <span class="Constant">2</span>:&amp;:num
+<span id="L335" class="LineNr">335 </span>  <span class="Constant">3</span>:num<span class="Special"> &lt;- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span><span class="muRecipe"> -&gt; </span>number<span class="Delimiter">)},</span> <span class="Constant">2</span>:&amp;:num
 <span id="L336" class="LineNr">336 </span>]
 <span id="L337" class="LineNr">337 </span><span class="muRecipe">def</span> f x:&amp;:num<span class="muRecipe"> -&gt; </span>y:num [
 <span id="L338" class="LineNr">338 </span>  local-scope
@@ -405,7 +405,7 @@ if ('onhashchange' in window) {
 <span id="L341" class="LineNr">341 </span>]
 <span id="L342" class="LineNr">342 </span>$error: <span class="Constant">0</span>
 <span id="L343" class="LineNr">343 </span>
-<span id="L344" class="LineNr">344 </span><span class="Comment">//: make sure we don't accidentally break on a function literal</span>
+<span id="L344" class="LineNr">344 </span><span class="Comment">//: make sure we don't accidentally break on a recipe literal</span>
 <span id="L345" class="LineNr">345 </span><span class="Delimiter">:(scenario jump_forbidden_on_recipe_literals)</span>
 <span id="L346" class="LineNr">346 </span><span class="Special">% Hide_errors = true;</span>
 <span id="L347" class="LineNr">347 </span><span class="muRecipe">def</span> foo [