From f344b250f6f062a1a1902bf69b23ebf9b565de0e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 15:01:51 -0700 Subject: 3395 --- html/mutable.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/mutable.mu.html') diff --git a/html/mutable.mu.html b/html/mutable.mu.html index f4cb97b6..f8557ee0 100644 --- a/html/mutable.mu.html +++ b/html/mutable.mu.html @@ -32,11 +32,11 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color def main [ local-scope - x:address:number <- new number:type + x:&:num <- new number:type foo x ] -def foo x:address:number -> x:address:number [ +def foo x:&:num -> x:&:num [ local-scope load-ingredients *x <- copy 34 -- cgit 1.4.1-2-gfad0