Skip to content

Commit

Permalink
fix: Update collections extension (#1518)
Browse files Browse the repository at this point in the history
Broken in #1513, it's failing on main

Should we make this a required check?
  • Loading branch information
aborgna-q committed Sep 3, 2024
1 parent 4cbe890 commit 60e1da0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions hugr-py/src/hugr/std/_json_defs/collections.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,16 @@
"rows": [
[
{
"t": "Sum",
"s": "Unit",
"size": 1
"t": "V",
"i": 0,
"b": "A"
}
],
[
{
"t": "V",
"i": 0,
"b": "A"
"t": "Sum",
"s": "Unit",
"size": 1
}
]
]
Expand Down
12 changes: 6 additions & 6 deletions specification/std_extensions/collections.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,16 @@
"rows": [
[
{
"t": "Sum",
"s": "Unit",
"size": 1
"t": "V",
"i": 0,
"b": "A"
}
],
[
{
"t": "V",
"i": 0,
"b": "A"
"t": "Sum",
"s": "Unit",
"size": 1
}
]
]
Expand Down

0 comments on commit 60e1da0

Please sign in to comment.