about summary refs log tree commit diff stats
path: root/html/064list.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/064list.mu.html')
-rw-r--r--html/064list.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/064list.mu.html b/html/064list.mu.html
index 3f604a5e..f11fea88 100644
--- a/html/064list.mu.html
+++ b/html/064list.mu.html
@@ -357,7 +357,7 @@ if ('onhashchange' in window) {
 <span id="L295" class="LineNr">295 </span>  <span class="Constant">load-ingredients</span>
 <span id="L296" class="LineNr">296 </span>  buf:&amp;:<a href='061text.mu.html#L126'>buffer</a>:char <span class="Special">&lt;-</span> <a href='061text.mu.html#L131'>new-buffer</a><span class="Constant"> 80</span>
 <span id="L297" class="LineNr">297 </span>  buf <span class="Special">&lt;-</span> <a href='064list.mu.html#L310'>to-buffer</a> in, buf
-<span id="L298" class="LineNr">298 </span>  result <span class="Special">&lt;-</span> <a href='061text.mu.html#L328'>buffer-to-array</a> buf
+<span id="L298" class="LineNr">298 </span>  result <span class="Special">&lt;-</span> <a href='061text.mu.html#L353'>buffer-to-array</a> buf
 <span id="L299" class="LineNr">299 </span>]
 <span id="L300" class="LineNr">300 </span>
 <span id="L301" class="LineNr">301 </span><span class="Comment"># variant of 'to-text' which stops printing after a few elements (and so is robust to cycles)</span>
@@ -366,7 +366,7 @@ if ('onhashchange' in window) {
 <span id="L304" class="LineNr">304 </span>  <span class="Constant">load-ingredients</span>
 <span id="L305" class="LineNr">305 </span>  buf:&amp;:<a href='061text.mu.html#L126'>buffer</a>:char <span class="Special">&lt;-</span> <a href='061text.mu.html#L131'>new-buffer</a><span class="Constant"> 80</span>
 <span id="L306" class="LineNr">306 </span>  buf <span class="Special">&lt;-</span> <a href='064list.mu.html#L310'>to-buffer</a> in, buf,<span class="Constant"> 6</span>  <span class="Comment"># max elements to display</span>
-<span id="L307" class="LineNr">307 </span>  result <span class="Special">&lt;-</span> <a href='061text.mu.html#L328'>buffer-to-array</a> buf
+<span id="L307" class="LineNr">307 </span>  result <span class="Special">&lt;-</span> <a href='061text.mu.html#L353'>buffer-to-array</a> buf
 <span id="L308" class="LineNr">308 </span>]
 <span id="L309" class="LineNr">309 </span>
 <span id="L310" class="LineNr">310 </span><span class="muRecipe">def</span> <a href='064list.mu.html#L310'>to-buffer</a> in:&amp;:<a href='064list.mu.html#L6'>list</a>:_elem, buf:&amp;:<a href='061text.mu.html#L126'>buffer</a>:char<span class="muRecipe"> -&gt; </span>buf:&amp;:<a href='061text.mu.html#L126'>buffer</a>:char [