about summary refs log tree commit diff stats
path: root/html/edit/005-sandbox.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/005-sandbox.mu.html')
-rw-r--r--html/edit/005-sandbox.mu.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index 7f27f164..bd92a649 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -204,7 +204,7 @@ if ('onhashchange' in window) {
 <span id="L143" class="LineNr"> 143 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L143'>run-sandboxes</a> env:&amp;:environment, <a href='../088file.mu.html#L11'>resources</a>:&amp;:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a><span class="muRecipe"> -&gt; </span>errors-found?:bool, env:&amp;:environment, <a href='../088file.mu.html#L11'>resources</a>:&amp;:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a> [
 <span id="L144" class="LineNr"> 144 </span>  <span class="Constant">local-scope</span>
 <span id="L145" class="LineNr"> 145 </span>  <span class="Constant">load-ingredients</span>
-<span id="L146" class="LineNr"> 146 </span>  errors-found?:bool <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L188'>update-recipes</a> env, <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>
+<span id="L146" class="LineNr"> 146 </span>  errors-found?:bool <span class="Special">&lt;-</span> update-recipes env, <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>
 <span id="L147" class="LineNr"> 147 </span>  <span class="muControl">return-if</span> errors-found?
 <span id="L148" class="LineNr"> 148 </span>  <span class="Comment"># check contents of right editor (sandbox)</span>
 <span id="L149" class="LineNr"> 149 </span><span class="Constant">  <a href='005-sandbox.mu.html#L149'>&lt;run-sandboxes-begin&gt;</a></span>
@@ -246,7 +246,7 @@ if ('onhashchange' in window) {
 <span id="L185" class="LineNr"> 185 </span>
 <span id="L186" class="LineNr"> 186 </span><span class="Comment"># load code from disk</span>
 <span id="L187" class="LineNr"> 187 </span><span class="Comment"># replaced in a later layer (whereupon errors-found? will actually be set)</span>
-<span id="L188" class="LineNr"> 188 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L188'>update-recipes</a> env:&amp;:environment, <a href='../088file.mu.html#L11'>resources</a>:&amp;:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a><span class="muRecipe"> -&gt; </span>errors-found?:bool, env:&amp;:environment, <a href='../088file.mu.html#L11'>resources</a>:&amp;:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a> [
+<span id="L188" class="LineNr"> 188 </span><span class="muRecipe">def</span> update-recipes env:&amp;:environment, <a href='../088file.mu.html#L11'>resources</a>:&amp;:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a><span class="muRecipe"> -&gt; </span>errors-found?:bool, env:&amp;:environment, <a href='../088file.mu.html#L11'>resources</a>:&amp;:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a> [
 <span id="L189" class="LineNr"> 189 </span>  <span class="Constant">local-scope</span>
 <span id="L190" class="LineNr"> 190 </span>  <span class="Constant">load-ingredients</span>
 <span id="L191" class="LineNr"> 191 </span>  recipes:&amp;:editor <span class="Special">&lt;-</span> get *env, <span class="Constant">recipes:offset</span>
@@ -293,7 +293,7 @@ if ('onhashchange' in window) {
 <span id="L232" class="LineNr"> 232 </span>  <span class="Delimiter">}</span>
 <span id="L233" class="LineNr"> 233 </span>]
 <span id="L234" class="LineNr"> 234 </span>
-<span id="L235" class="LineNr"> 235 </span><span class="muRecipe">def!</span> <a href='004-programming-environment.mu.html#L496'>render-sandbox-side</a> <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a>, env:&amp;:environment, <span class="Delimiter">{</span>render-editor: (recipe (address screen) (address editor)<span class="muRecipe"> -&gt; </span>number number (address screen) (address editor))<span class="Delimiter">}</span><span class="muRecipe"> -&gt; </span><a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a>, env:&amp;:environment [
+<span id="L235" class="LineNr"> 235 </span><span class="muRecipe">def!</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a>, env:&amp;:environment, <span class="Delimiter">{</span>render-editor: (recipe (address screen) (address editor)<span class="muRecipe"> -&gt; </span>number number (address screen) (address editor))<span class="Delimiter">}</span><span class="muRecipe"> -&gt; </span><a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a>, env:&amp;:environment [
 <span id="L236" class="LineNr"> 236 </span>  <span class="Constant">local-scope</span>
 <span id="L237" class="LineNr"> 237 </span>  <span class="Constant">load-ingredients</span>
 <span id="L238" class="LineNr"> 238 </span>  trace<span class="Constant"> 11</span>, <span class="Constant">[app]</span>, <span class="Constant">[render sandbox side]</span>
@@ -946,7 +946,7 @@ if ('onhashchange' in window) {
 <span id="L885" class="LineNr"> 885 </span>      *env <span class="Special">&lt;-</span> put *env, <span class="Constant">render-from:offset</span>, render-from
 <span id="L886" class="LineNr"> 886 </span>    <span class="Delimiter">}</span>
 <span id="L887" class="LineNr"> 887 </span>    <a href='../081print.mu.html#L623'>hide-screen</a> <a href='../081print.mu.html#L4'>screen</a>
-<span id="L888" class="LineNr"> 888 </span>    <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L496'>render-sandbox-side</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
+<span id="L888" class="LineNr"> 888 </span>    <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
 <span id="L889" class="LineNr"> 889 </span>    <a href='../081print.mu.html#L631'>show-screen</a> <a href='../081print.mu.html#L4'>screen</a>
 <span id="L890" class="LineNr"> 890 </span>    <span class="muControl">jump</span> <span class="Constant">+finish-event</span>
 <span id="L891" class="LineNr"> 891 </span>  <span class="Delimiter">}</span>
@@ -977,7 +977,7 @@ if ('onhashchange' in window) {
 <span id="L916" class="LineNr"> 916 </span>    render-from <span class="Special">&lt;-</span> subtract render-from,<span class="Constant"> 1</span>
 <span id="L917" class="LineNr"> 917 </span>    *env <span class="Special">&lt;-</span> put *env, <span class="Constant">render-from:offset</span>, render-from
 <span id="L918" class="LineNr"> 918 </span>    <a href='../081print.mu.html#L623'>hide-screen</a> <a href='../081print.mu.html#L4'>screen</a>
-<span id="L919" class="LineNr"> 919 </span>    <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L496'>render-sandbox-side</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
+<span id="L919" class="LineNr"> 919 </span>    <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
 <span id="L920" class="LineNr"> 920 </span>    <a href='../081print.mu.html#L631'>show-screen</a> <a href='../081print.mu.html#L4'>screen</a>
 <span id="L921" class="LineNr"> 921 </span>    <span class="muControl">jump</span> <span class="Constant">+finish-event</span>
 <span id="L922" class="LineNr"> 922 </span>  <span class="Delimiter">}</span>