From 7c9def3c5a35c07afdc95b383d6ff85a7c16ef0b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 00:06:04 -0700 Subject: 3376 - start maximally using all type abbreviations It might be too much, particularly if students start peeking inside .mu files early. But worth a shot for not just to iron out the kinks in the abbreviation system. --- 043space.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '043space.cc') diff --git a/043space.cc b/043space.cc index 1c26cc2f..d331342c 100644 --- a/043space.cc +++ b/043space.cc @@ -207,9 +207,9 @@ def foo [ :(scenario local_scope_frees_up_addresses) def main [ local-scope - x:address:array:character <- new [abc] + x:text <- new [abc] ] -+mem: clearing x:address:array:character ++mem: clearing x:text :(before "End Rewrite Instruction(curr, recipe result)") if (curr.name == "local-scope") { -- cgit 1.4.1-2-gfad0