Skip to content

Commit 3ff96fb

Browse files
committed
docs
1 parent 2ca9f31 commit 3ff96fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tket-qsystem/src/lower_drops.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// Contains a pass to lower "drop" ops from the Guppy extension
2+
13
use hugr::algorithms::replace_types::{
24
handlers::copy_discard_array, NodeTemplate, ReplaceTypesError, ReplacementOptions,
35
};
@@ -7,6 +9,7 @@ use hugr::types::{Signature, Term};
79
use hugr::{hugr::hugrmut::HugrMut, std_extensions::collections::array::array_type_def, Node};
810
use tket::extension::guppy::{DROP_OP_NAME, GUPPY_EXTENSION};
911

12+
/// A pass that lowers "drop" ops from [GUPPY_EXTENSION]
1013
#[derive(Default, Debug, Clone)]
1114
pub struct LowerDropsPass;
1215

0 commit comments

Comments
 (0)