about summary refs log tree commit diff stats
path: root/html/088file.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-20 10:40:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-20 10:40:07 -0700
commit124c67645cb6f1b9f06d7104c5398fa4732e2f25 (patch)
tree8d4419ff18f494d4ad5e3318820764c5fa4c474a /html/088file.mu.html
parent130596f0e0efe89a4bee136c1d62ecc577c756e2 (diff)
downloadmu-124c67645cb6f1b9f06d7104c5398fa4732e2f25.tar.gz
3934
Diffstat (limited to 'html/088file.mu.html')
-rw-r--r--html/088file.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/088file.mu.html b/html/088file.mu.html
index e6fad2a8..5ba2c541 100644
--- a/html/088file.mu.html
+++ b/html/088file.mu.html
@@ -140,7 +140,7 @@ if ('onhashchange' in window) {
 <span id="L79" class="LineNr"> 79 </span>  <span class="Delimiter">{</span>
 <span id="L80" class="LineNr"> 80 </span>  <span class="Conceal">¦</span> c:char, eof?:bool <span class="Special">&lt;-</span> $read-from-file file
 <span id="L81" class="LineNr"> 81 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> eof?
-<span id="L82" class="LineNr"> 82 </span>  <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special">&lt;-</span> <a href='075channel.mu.html#L66'>write</a> <a href='075channel.mu.html#L47'>sink</a>, c
+<span id="L82" class="LineNr"> 82 </span>  <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special">&lt;-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, c
 <span id="L83" class="LineNr"> 83 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L84" class="LineNr"> 84 </span>  <span class="Delimiter">}</span>
 <span id="L85" class="LineNr"> 85 </span>  <a href='075channel.mu.html#L47'>sink</a> <span class="Special">&lt;-</span> close <a href='075channel.mu.html#L47'>sink</a>
@@ -156,7 +156,7 @@ if ('onhashchange' in window) {
 <span id="L95" class="LineNr"> 95 </span>  <span class="Conceal">¦</span> done?:bool <span class="Special">&lt;-</span> greater-or-equal i, len
 <span id="L96" class="LineNr"> 96 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> done?
 <span id="L97" class="LineNr"> 97 </span>  <span class="Conceal">¦</span> c:char <span class="Special">&lt;-</span> index *contents, i
-<span id="L98" class="LineNr"> 98 </span>  <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special">&lt;-</span> <a href='075channel.mu.html#L66'>write</a> <a href='075channel.mu.html#L47'>sink</a>, c
+<span id="L98" class="LineNr"> 98 </span>  <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special">&lt;-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, c
 <span id="L99" class="LineNr"> 99 </span>  <span class="Conceal">¦</span> i <span class="Special">&lt;-</span> add i,<span class="Constant"> 1</span>
 <span id="L100" class="LineNr">100 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L101" class="LineNr">101 </span>  <span class="Delimiter">}</span>
@@ -198,7 +198,7 @@ if ('onhashchange' in window) {
 <span id="L137" class="LineNr">137 </span>  <span class="Conceal">¦</span> done?:bool <span class="Special">&lt;-</span> greater-or-equal i, len
 <span id="L138" class="LineNr">138 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> done?
 <span id="L139" class="LineNr">139 </span>  <span class="Conceal">¦</span> c:char <span class="Special">&lt;-</span> index *contents, i
-<span id="L140" class="LineNr">140 </span>  <span class="Conceal">¦</span> sink-file <span class="Special">&lt;-</span> <a href='075channel.mu.html#L66'>write</a> sink-file, c
+<span id="L140" class="LineNr">140 </span>  <span class="Conceal">¦</span> sink-file <span class="Special">&lt;-</span> <a href='075channel.mu.html#L67'>write</a> sink-file, c
 <span id="L141" class="LineNr">141 </span>  <span class="Conceal">¦</span> i <span class="Special">&lt;-</span> add i,<span class="Constant"> 1</span>
 <span id="L142" class="LineNr">142 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L143" class="LineNr">143 </span>  <span class="Delimiter">}</span>