about summary refs log tree commit diff stats
path: root/html/056shape_shifting_recipe.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/056shape_shifting_recipe.cc.html')
-rw-r--r--html/056shape_shifting_recipe.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/056shape_shifting_recipe.cc.html b/html/056shape_shifting_recipe.cc.html
index 6166e4b8..b1de6ae2 100644
--- a/html/056shape_shifting_recipe.cc.html
+++ b/html/056shape_shifting_recipe.cc.html
@@ -649,7 +649,7 @@ if ('onhashchange' in window) {
 <span id="L582" class="LineNr"> 582 </span>]
 <span id="L583" class="LineNr"> 583 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [
 <span id="L584" class="LineNr"> 584 </span>  <span class="Normal">s</span>:text<span class="Special"> &lt;- </span><span class="Normal">new</span> [abc]
-<span id="L585" class="LineNr"> 585 </span>  <span class="Delimiter">{</span>x: <span class="Delimiter">(</span>c <span class="Delimiter">(</span><a href='043space.cc.html#L83'>address</a> array character<span class="Delimiter">)</span> number<span class="Delimiter">)}</span><span class="Special"> &lt;- </span>merge s<span class="Delimiter">,</span> <span class="Constant">34</span>
+<span id="L585" class="LineNr"> 585 </span>  <span class="Delimiter">{</span>x: <span class="Delimiter">(</span>c <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> array character<span class="Delimiter">)</span> number<span class="Delimiter">)}</span><span class="Special"> &lt;- </span>merge s<span class="Delimiter">,</span> <span class="Constant">34</span>
 <span id="L586" class="LineNr"> 586 </span>  foo x
 <span id="L587" class="LineNr"> 587 </span>]
 <span id="L588" class="LineNr"> 588 </span><span class="muRecipe">def</span> foo x:c:_bar:_baz [
@@ -788,7 +788,7 @@ if ('onhashchange' in window) {
 <span id="L721" class="LineNr"> 721 </span>  result<span class="Special"> &lt;- </span>get *x<span class="Delimiter">,</span> <span class="Constant">value:offset</span>
 <span id="L722" class="LineNr"> 722 </span>]
 <span id="L723" class="LineNr"> 723 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [
-<span id="L724" class="LineNr"> 724 </span>  <span class="Constant">1</span>:&amp;:foo:&amp;:point<span class="Special"> &lt;- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>foo <a href='043space.cc.html#L83'>address</a> point<span class="Delimiter">)</span>: type<span class="Delimiter">}</span>
+<span id="L724" class="LineNr"> 724 </span>  <span class="Constant">1</span>:&amp;:foo:&amp;:point<span class="Special"> &lt;- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>foo <a href='043space.cc.html#L82'>address</a> point<span class="Delimiter">)</span>: type<span class="Delimiter">}</span>
 <span id="L725" class="LineNr"> 725 </span>  <span class="Constant">2</span>:&amp;:point<span class="Special"> &lt;- </span>bar <span class="Constant">1</span>:&amp;:foo:&amp;:point
 <span id="L726" class="LineNr"> 726 </span>]
 <span id="L727" class="LineNr"> 727 </span><span class="Comment"># no errors; call to 'bar' successfully specialized</span>
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234