From 4690ce81e079fc58cae8d6d583e5e3eb3ed81a83 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 9 Mar 2016 02:56:27 -0800 Subject: 2743 Looks like "TOhtml | " doesn't work on Mac OS X for some reason.. --- html/static_dispatch.mu.html | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) (limited to 'html/static_dispatch.mu.html') diff --git a/html/static_dispatch.mu.html b/html/static_dispatch.mu.html index c3ed60ef..e499fb8f 100644 --- a/html/static_dispatch.mu.html +++ b/html/static_dispatch.mu.html @@ -3,44 +3,36 @@ Mu - static_dispatch.mu - - + + - - + - - -
-recipe test a:number -> b:number [
+
+def test a:number -> b:number [
   local-scope
   load-ingredients
   b <- add a, 1
 ]
 
-recipe test a:number, b:number -> c:number [
+def test a:number, b:number -> c:number [
   local-scope
   load-ingredients
   c <- add a, b
 ]
 
-recipe main [
+def main [
   local-scope
   a:number <- test 3  # selects single-ingredient version
   $print a, 10/newline
@@ -52,4 +44,3 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 
- -- cgit 1.4.1-2-gfad0