update pair to handle alias
This commit is contained in:
@@ -145,7 +145,7 @@ impl Reference {
|
||||
elems = Self::from_types(elems, type_parameters)
|
||||
),
|
||||
},
|
||||
Type::Pair { fst, snd } => Self {
|
||||
Type::Pair { fst, snd, .. } => Self {
|
||||
inner: format!(
|
||||
"Pair{fst}{snd}",
|
||||
fst = Self::from_type(fst, type_parameters),
|
||||
|
||||
Reference in New Issue
Block a user