prelude.new_array
type params differ between declaration and signature computation
#1525
Labels
bug
Something isn't working
The
type_args
are declared as[length, elem_type]
hugr/hugr-core/src/extension/prelude/array.rs
Lines 249 to 250 in 6bf6c82
But the binary signature computation only uses the element type
hugr/hugr-core/src/extension/prelude/array.rs
Lines 61 to 67 in 6bf6c82
Which one is correct?
The text was updated successfully, but these errors were encountered: