about summary refs log tree commit diff stats
path: root/html/edit/011-errors.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-04-18 11:33:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-04-18 11:33:33 -0700
commit6c52e24e2996a77aa6297b26159003d503aef8a0 (patch)
tree7546851659eca4b166e42c4a5f236caf0a2281f1 /html/edit/011-errors.mu.html
parentbd58d18a2308ae5b53a6f5df1e67203739396d8f (diff)
downloadmu-6c52e24e2996a77aa6297b26159003d503aef8a0.tar.gz
3830 - crosslink shape-shifting containers in html
Diffstat (limited to 'html/edit/011-errors.mu.html')
-rw-r--r--html/edit/011-errors.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html
index a22244b0..8c2a1f1c 100644
--- a/html/edit/011-errors.mu.html
+++ b/html/edit/011-errors.mu.html
@@ -377,12 +377,12 @@ if ('onhashchange' in window) {
 <span id="L314" class="LineNr">314 </span>  <span class="Comment"># overload a well-known shape-shifting recipe</span>
 <span id="L315" class="LineNr">315 </span>  assume-resources [
 <span id="L316" class="LineNr">316 </span>  <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special">&lt;-</span> [
-<span id="L317" class="LineNr">317 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> length l:&amp;:list:_elem<span class="muRecipe"> -&gt; </span>n:num <span class="Constant">[|</span>
+<span id="L317" class="LineNr">317 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> length l:&amp;:<a href='../064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -&gt; </span>n:num <span class="Constant">[|</span>
 <span id="L318" class="LineNr">318 </span><span class="Constant">  </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>|
 <span id="L319" class="LineNr">319 </span>  <span class="Conceal">¦</span> ]
 <span id="L320" class="LineNr">320 </span>  ]
 <span id="L321" class="LineNr">321 </span>  <span class="Comment"># call code that uses other variants of it, but not it itself</span>
-<span id="L322" class="LineNr">322 </span>  test-sandbox:text <span class="Special">&lt;-</span> new <span class="Constant">[x:&amp;:list:num &lt;- copy 0</span>
+<span id="L322" class="LineNr">322 </span>  test-sandbox:text <span class="Special">&lt;-</span> new <span class="Constant">[x:&amp;:<a href='../064list.mu.html#L6'>list</a>:num &lt;- copy 0</span>
 <span id="L323" class="LineNr">323 </span><span class="Constant">to-text x]</span>
 <span id="L324" class="LineNr">324 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, test-sandbox
 <span id="L325" class="LineNr">325 </span>  <span class="Comment"># run it once</span>