From ffc9e66b3505990009e47b461eb03d3eb1635258 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 5 Nov 2017 02:00:26 -0800 Subject: 4109 --- html/072recipe.cc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/072recipe.cc.html') diff --git a/html/072recipe.cc.html b/html/072recipe.cc.html index 0da90663..32f77078 100644 --- a/html/072recipe.cc.html +++ b/html/072recipe.cc.html @@ -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 @@ -405,7 +405,7 @@ if ('onhashchange' in window) { 341 ] 342 $error: 0 343 -344 //: make sure we don't accidentally break on a function literal +344 //: make sure we don't accidentally break on a recipe literal 345 :(scenario jump_forbidden_on_recipe_literals) 346 % Hide_errors = true; 347 def foo [ -- cgit 1.4.1-2-gfad0