diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2018-01-27 00:28:51 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2018-01-27 00:28:51 -0800 |
commit | b301e0c0e6b54dceecbe4ee1ef8f610411015c30 (patch) | |
tree | d40803d412718221d7c92fd50c189563877b8301 /html/static-dispatch.mu.html | |
parent | 805d58c6aeeeba3e4989c0eed6781b3861e8fae0 (diff) | |
download | mu-b301e0c0e6b54dceecbe4ee1ef8f610411015c30.tar.gz |
4200
Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
Diffstat (limited to 'html/static-dispatch.mu.html')
-rw-r--r-- | html/static-dispatch.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/static-dispatch.mu.html b/html/static-dispatch.mu.html index 258b211f..17061e69 100644 --- a/html/static-dispatch.mu.html +++ b/html/static-dispatch.mu.html @@ -75,7 +75,7 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr">18 </span> c <span class="Special"><-</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> main [ +<span id="L21" class="LineNr">21 </span><span class="muRecipe">def</span> <a href='static-dispatch.mu.html#L21'>main</a> [ <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"><-</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> |