about summary refs log tree commit diff stats
path: root/072recipe.cc
diff options
context:
space:
mode:
Diffstat (limited to '072recipe.cc')
-rw-r--r--072recipe.cc2
1 files changed, 1 insertions, 1 deletions
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 [
^
de495ae ^



48162b9 ^

8d00da8 ^
48162b9 ^
8d00da8 ^
48162b9 ^
e0f7509 ^

de495ae ^



46d4c4d ^



37f1313 ^
46d4c4d ^


a655c21 ^
46d4c4d ^

a655c21 ^
46d4c4d ^



9a41c7c ^





d1dd3e4 ^
9a41c7c ^









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78