diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-07-20 18:05:56 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-07-20 18:05:56 -0700 |
commit | e81da299fb49bd79cd460d477ec0bb673035620a (patch) | |
tree | e4b162be797dcb6d2793a5f7831c6c39bd099a85 /html/054static_dispatch.cc.html | |
parent | edfc4cf8ac21a30307cd36bb9cff6a4a8b92dee7 (diff) | |
download | mu-e81da299fb49bd79cd460d477ec0bb673035620a.tar.gz |
3117
Diffstat (limited to 'html/054static_dispatch.cc.html')
-rw-r--r-- | html/054static_dispatch.cc.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/html/054static_dispatch.cc.html b/html/054static_dispatch.cc.html index 7e922bef..e90b81f7 100644 --- a/html/054static_dispatch.cc.html +++ b/html/054static_dispatch.cc.html @@ -457,7 +457,6 @@ def main [ <span class="Constant">5</span>:boolean<span class="Special"> <- </span>copy <span class="Constant">0</span>/<span class="Constant">false</span> <span class="Constant">6</span>:boolean<span class="Special"> <- </span>equal <span class="Constant">4</span>:boolean<span class="Delimiter">,</span> <span class="Constant">5</span>:boolean ] - <span class="Comment"># temporarily hardcode number equality to always fail</span> def equal x:number<span class="Delimiter">,</span> y:number <span class="Delimiter">-></span> z:boolean [ local-scope |