Skip to content

Commit

Permalink
Update serialised extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-koch committed Nov 26, 2024
1 parent 896fe8b commit 6ca12dc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
14 changes: 12 additions & 2 deletions hugr-py/src/hugr/std/_json_defs/prelude.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@
{
"tp": "Type",
"b": "A"
},
{
"tp": "Extensions"
}
],
"body": {
Expand All @@ -445,7 +448,9 @@
"b": "A"
}
],
"extension_reqs": []
"extension_reqs": [
"2"
]
}
],
"output": [
Expand Down Expand Up @@ -503,6 +508,9 @@
"tp": "Type",
"b": "A"
}
},
{
"tp": "Extensions"
}
],
"body": {
Expand Down Expand Up @@ -557,7 +565,9 @@
"b": "A"
}
],
"extension_reqs": []
"extension_reqs": [
"4"
]
},
{
"t": "R",
Expand Down
14 changes: 12 additions & 2 deletions specification/std_extensions/prelude.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@
{
"tp": "Type",
"b": "A"
},
{
"tp": "Extensions"
}
],
"body": {
Expand All @@ -445,7 +448,9 @@
"b": "A"
}
],
"extension_reqs": []
"extension_reqs": [
"2"
]
}
],
"output": [
Expand Down Expand Up @@ -503,6 +508,9 @@
"tp": "Type",
"b": "A"
}
},
{
"tp": "Extensions"
}
],
"body": {
Expand Down Expand Up @@ -557,7 +565,9 @@
"b": "A"
}
],
"extension_reqs": []
"extension_reqs": [
"4"
]
},
{
"t": "R",
Expand Down

0 comments on commit 6ca12dc

Please sign in to comment.