From 805d58c6aeeeba3e4989c0eed6781b3861e8fae0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Jan 2018 22:39:31 -0800 Subject: 4199 --- html/059to_text.mu.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'html/059to_text.mu.html') diff --git a/html/059to_text.mu.html b/html/059to_text.mu.html index 885d16f5..d8b1c079 100644 --- a/html/059to_text.mu.html +++ b/html/059to_text.mu.html @@ -15,14 +15,13 @@ 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; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .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; } --> @@ -72,7 +71,7 @@ if ('onhashchange' in window) { 13 ] 14 15 # variant for arrays (since we can't pass them around otherwise) -16 def array-to-text-line x:&:@:_elem -> y:text [ +16 def array-to-text-line x:&:@:_elem -> y:text [ 17 local-scope 18 load-inputs 19 y <- to-text *x @@ -85,7 +84,7 @@ if ('onhashchange' in window) { 26 27 scenario array-to-text-line-early-warning-for-static-dispatch [ 28 n:&:@:num <- new number:type, 3 -29 x:text <- array-to-text-line n +29 x:text <- array-to-text-line n 30 # just ensure there were no errors 31 ] 32 @@ -102,7 +101,7 @@ if ('onhashchange' in window) { 43 2:text <- to-text 1:char 44 3:@:char <- copy *2:text 45 memory-should-contain [ -46 ¦ 3:array:character <- [o] +46 3:array:character <- [o] 47 ] 48 ] -- cgit 1.4.1-2-gfad0