diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-09-25 21:20:49 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-09-25 21:20:49 -0700 |
commit | c0d61295ed3575cfea7d2a22d81bae93c6009308 (patch) | |
tree | 42fc40d4ce6da540c9fa75d5e74ec75e5c313a7b /html/edit/011-errors.mu.html | |
parent | 409237204368205a06e2b82fcab26b0a290d7412 (diff) | |
download | mu-c0d61295ed3575cfea7d2a22d81bae93c6009308.tar.gz |
4008
Allow list `push` operation to save result in a new list rather than mutate the existing list.
Diffstat (limited to 'html/edit/011-errors.mu.html')
-rw-r--r-- | html/edit/011-errors.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index 8349e70d..790ec76c 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -480,7 +480,7 @@ if ('onhashchange' in window) { <span id="L417" class="LineNr">417 </span> <span class="Conceal">¦</span><span class="Constant"> . x <- copy 0 ╎─────────────────────────────────────────────────.</span> <span id="L418" class="LineNr">418 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> <span id="L419" class="LineNr">419 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: missing type for 'x' in 'x <- copy 0' ╎ .</span> -<span id="L420" class="LineNr">420 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: can't copy '0' to 'x'; types don't <a href='../065duplex_list.mu.html#L589'>match</a> ╎ .</span> +<span id="L420" class="LineNr">420 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: can't copy '0' to 'x'; types don't <a href='../065duplex_list.mu.html#L585'>match</a> ╎ .</span> <span id="L421" class="LineNr">421 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> <span id="L422" class="LineNr">422 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> <span id="L423" class="LineNr">423 </span> ] |