From 850822ffbfd441d05161452be28b54f882b1b378 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 1 Nov 2017 03:41:16 -0700 Subject: 4102 --- html/072recipe.cc.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/072recipe.cc.html') diff --git a/html/072recipe.cc.html b/html/072recipe.cc.html index fd78c68b..0da90663 100644 --- a/html/072recipe.cc.html +++ b/html/072recipe.cc.html @@ -175,11 +175,11 @@ if ('onhashchange' in window) { 111 ¦ assert(Trace_stream->callstack_depth < 9000); // 9998-101 plus cushion 112 } 113 if (!ingredients.at(0).at(0)) { -114 ¦ raise << maybe(current_recipe_name()) << "tried to call empty recipe in '" << to_string(current_instruction()) << "'" << end(); +114 ¦ raise << maybe(current_recipe_name()) << "tried to call empty recipe in '" << to_string(current_instruction()) << "'" << end(); 115 ¦ break; 116 } -117 const call& caller_frame = current_call(); -118 instruction/*copy*/ call_instruction = to_instruction(caller_frame); +117 const call& caller_frame = current_call(); +118 instruction/*copy*/ call_instruction = to_instruction(caller_frame); 119 call_instruction.operation = ingredients.at(0).at(0); 120 call_instruction.ingredients.erase(call_instruction.ingredients.begin()); 121 Current_routine->calls.push_front(call(ingredients.at(0).at(0))); @@ -376,7 +376,7 @@ if ('onhashchange' in window) { 312 :(before "End Matching Types For Literal(to)") 313 if (is_mu_recipe(to)) { 314 if (!contains_key(Recipe, from.value)) { -315 ¦ raise << "trying to store recipe " << from.name << " into " << to_string(to) << " but there's no such recipe\n" << end(); +315 ¦ raise << "trying to store recipe " << from.name << " into " << to_string(to) << " but there's no such recipe\n" << end(); 316 ¦ return false; 317 } 318 const recipe& rrhs = get(Recipe, from.value); @@ -394,9 +394,9 @@ if ('onhashchange' in window) { 330 331 :(scenario call_variable_compound_ingredient) 332 def main [ -333 {1: (recipe (address number) -> number)} <- copy f +333 {1: (recipe (address number) -> number)} <- copy f 334 2:&:num <- copy 0 -335 3:num <- call {1: (recipe (address number) -> number)}, 2:&:num +335 3:num <- call {1: (recipe (address number) -> number)}, 2:&:num 336 ] 337 def f x:&:num -> y:num [ 338 local-scope -- cgit 1.4.1-2-gfad0