about summary refs log tree commit diff stats
path: root/html/static-dispatch.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/static-dispatch.mu.html')
-rw-r--r--html/static-dispatch.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/static-dispatch.mu.html b/html/static-dispatch.mu.html
index 5ab4d626..258b211f 100644
--- a/html/static-dispatch.mu.html
+++ b/html/static-dispatch.mu.html
@@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color
 a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
+.muRecipe { color: #ff8700; }
 .LineNr { color: #444444; }
-.Comment { color: #9090ff; }
-.Comment a { color:#0000ee; text-decoration:underline; }
 .Constant { color: #00a0a0; }
 .Special { color: #c00000; }
-.muRecipe { color: #ff8700; }
+.Comment { color: #9090ff; }
+.Comment a { color:#0000ee; text-decoration:underline; }
 -->
 </style>
 
@@ -75,7 +75,7 @@ if ('onhashchange' in window) {
 <span id="L18" class="LineNr">18 </span>  c <span class="Special">&lt;-</span> add a, b
 <span id="L19" class="LineNr">19 </span>]
 <span id="L20" class="LineNr">20 </span>
-<span id="L21" class="LineNr">21 </span><span class="muRecipe">def</span> <a href='static-dispatch.mu.html#L21'>main</a> [
+<span id="L21" class="LineNr">21 </span><span class="muRecipe">def</span> main [
 <span id="L22" class="LineNr">22 </span>  <span class="Constant">local-scope</span>
 <span id="L23" class="LineNr">23 </span>  a:num <span class="Special">&lt;-</span> test<span class="Constant"> 3</span>  <span class="Comment"># selects single-input version</span>
 <span id="L24" class="LineNr">24 </span>  $print a, <span class="Constant">10/newline</span>