about summary refs log tree commit diff stats
path: root/html/026call.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-27 10:28:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-27 10:28:14 -0700
commit048a33c24fe4b1e937391693e3556e1edfdbfbcd (patch)
tree2bf1f6034171283d1f01123d79a9deeef5949647 /html/026call.cc.html
parenta91e183799b5ba41455c79e648ff4397a27838c4 (diff)
downloadmu-048a33c24fe4b1e937391693e3556e1edfdbfbcd.tar.gz
3422
Stop checking the number of ingredients and products when picking
shape-shifting recipes. That's more consistent with how we handle
regular recipes, and we still get errors in all the examples I can think
of:

  reverse  # no ingredients or products
  n:num <- length  # no ingredients; products don't provide type
Diffstat (limited to 'html/026call.cc.html')
0 files changed, 0 insertions, 0 deletions
aram <vc@akkartik.com> 2021-03-23 17:31:08 -0700 .' href='/akkartik/mu/commit/html/408float.mu.html?h=main&id=3350c34a74844e21ea69077e01efff3bae64bdcd'>3350c34a ^
d3a9db3a ^
3350c34a ^
d3a9db3a ^

3350c34a ^
d3a9db3a ^
































762107fd ^
d3a9db3a ^


775f77c3 ^
3350c34a ^



d3a9db3a ^


775f77c3 ^
3350c34a ^


d3a9db3a ^

775f77c3 ^

3350c34a ^


775f77c3 ^

d3a9db3a ^



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
79
80
81
82
83
84
85