Skip to content

Commit

Permalink
Oops, missed fn dataflow_signature
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed May 15, 2024
1 parent 9f53329 commit 4e94de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr/src/ops/dataflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl<T: DataflowOpTrait> OpTrait for T {
fn tag(&self) -> OpTag {
T::TAG
}
fn dataflow_signature(&self) -> Option<FunctionType> {
fn dataflow_signature(&self) -> Option<Signature> {
Some(DataflowOpTrait::signature(self))
}
fn extension_delta(&self) -> ExtensionSet {
Expand Down

0 comments on commit 4e94de4

Please sign in to comment.