diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-19 20:49:30 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-19 20:49:30 -0700 |
commit | 717ab65913f1585221632303f0ab53ac42d4b348 (patch) | |
tree | 645e537eea155ff2221ace71f80924a66c92116a /cpp/.traces/new | |
parent | e4a97d87a17a8edc5a2049bdc21143695d20dcfc (diff) | |
download | mu-717ab65913f1585221632303f0ab53ac42d4b348.tar.gz |
1105 - more primitives for managing ingredients
Diffstat (limited to 'cpp/.traces/new')
-rw-r--r-- | cpp/.traces/new | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/.traces/new b/cpp/.traces/new index 22438e09..3f16daba 100644 --- a/cpp/.traces/new +++ b/cpp/.traces/new @@ -1,7 +1,7 @@ -parse/0: instruction: 33 +parse/0: instruction: 35 parse/0: ingredient: {name: "integer", value: 0, type: 0, properties: ["integer": "type"]} parse/0: product: {name: "1", value: 0, type: 2-1, properties: ["1": "address":"integer", "raw": ]} -parse/0: instruction: 33 +parse/0: instruction: 35 parse/0: ingredient: {name: "integer", value: 0, type: 0, properties: ["integer": "type"]} parse/0: product: {name: "2", value: 0, type: 2-1, properties: ["2": "address":"integer", "raw": ]} parse/0: instruction: 13 |