We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c71735 commit 0c0664bCopy full SHA for 0c0664b
hugr-core/src/core.rs
@@ -277,7 +277,8 @@ impl<N: HugrNode> std::fmt::Display for Wire<N> {
277
}
278
279
/// Marks [FuncDefn](crate::ops::FuncDefn)s and [FuncDecl](crate::ops::FuncDecl)s as
280
-/// to whether they should be considered for linking.
+/// to whether they should be considered for linking, and as reachable (starting points)
281
+/// for optimization/analysis.
282
#[derive(
283
Clone,
284
Debug,
0 commit comments