about summary refs log tree commit diff stats
path: root/059to_text.mu
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 /059to_text.mu
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 '059to_text.mu')
0 files changed, 0 insertions, 0 deletions
>
e6056999 ^
a654e4ec ^
f5465e12 ^
dbe12410 ^
a654e4ec ^


c5ffb6e1 ^

a654e4ec ^





c5ffb6e1 ^

a654e4ec ^
c5ffb6e1 ^

4690ce81 ^
d009e158 ^
f5465e12 ^



c5ffb6e1 ^

4690ce81 ^
f5465e12 ^



c5ffb6e1 ^



a654e4ec ^
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