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/string-equal-distinct-lengths | |
parent | e4a97d87a17a8edc5a2049bdc21143695d20dcfc (diff) | |
download | mu-717ab65913f1585221632303f0ab53ac42d4b348.tar.gz |
1105 - more primitives for managing ingredients
Diffstat (limited to 'cpp/.traces/string-equal-distinct-lengths')
-rw-r--r-- | cpp/.traces/string-equal-distinct-lengths | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/.traces/string-equal-distinct-lengths b/cpp/.traces/string-equal-distinct-lengths index 62d0518b..0d8e4a43 100644 --- a/cpp/.traces/string-equal-distinct-lengths +++ b/cpp/.traces/string-equal-distinct-lengths @@ -1,11 +1,11 @@ -parse/0: instruction: 33 +parse/0: instruction: 35 parse/0: ingredient: {name: "location", value: 0, type: 0, properties: ["location": "type"]} parse/0: ingredient: {name: "30", value: 0, type: 0, properties: ["30": "literal"]} parse/0: product: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]} -parse/0: instruction: 33 +parse/0: instruction: 35 parse/0: ingredient: {name: "abc", value: 0, type: 0, properties: ["abc": "literal-string"]} parse/0: product: {name: "x", value: 0, type: 2-5-4, properties: ["x": "address":"array":"character"]} -parse/0: instruction: 33 +parse/0: instruction: 35 parse/0: ingredient: {name: "abcd", value: 0, type: 0, properties: ["abcd": "literal-string"]} parse/0: product: {name: "y", value: 0, type: 2-5-4, properties: ["y": "address":"array":"character"]} parse/0: instruction: 100 |