From 01ce563dfe3e6cf58337708b9dbb60a8a99fa0f2 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 17 Jun 2018 11:20:53 -0700 Subject: 4262 - literal 'null' --- 072recipe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '072recipe.cc') diff --git a/072recipe.cc b/072recipe.cc index dd71830d..439b2000 100644 --- a/072recipe.cc +++ b/072recipe.cc @@ -389,7 +389,7 @@ if (is_mu_recipe(to)) { :(scenario call_variable_compound_ingredient) def main [ {1: (recipe (address number) -> number)} <- copy f - 2:&:num <- copy 0 + 2:&:num <- copy null 3:num <- call {1: (recipe (address number) -> number)}, 2:&:num ] def f x:&:num -> y:num [ -- cgit 1.4.1-2-gfad0