diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:31:58 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:31:58 -0700 |
commit | 088665eff883b5bc28022800aed27f6af468a4ba (patch) | |
tree | 073f6c7b0d21428ee2d1246da7fc57a3dca79895 /cpp/.traces/first_recipe | |
parent | 66b97b4d923274e1b6d2fd97df16cb73d820169b (diff) | |
download | mu-088665eff883b5bc28022800aed27f6af468a4ba.tar.gz |
997
Diffstat (limited to 'cpp/.traces/first_recipe')
-rw-r--r-- | cpp/.traces/first_recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/.traces/first_recipe b/cpp/.traces/first_recipe index 3ca1f8f4..5fc3dbfd 100644 --- a/cpp/.traces/first_recipe +++ b/cpp/.traces/first_recipe @@ -1,3 +1,3 @@ parse/0: instruction: 1 -parse/0: ingredient: {name: "23", value: 0, type: 0, properties: [23: literal]} -parse/0: product: {name: "1", value: 0, type: 1, properties: [1: integer]} +parse/0: ingredient: {name: "23", value: 0, type: 0, properties: ["23": "literal"]} +parse/0: product: {name: "1", value: 0, type: 1, properties: ["1": "integer"]} |