clean up detect_cycles
This commit is contained in:
@@ -1360,13 +1360,6 @@ impl Addr {
|
||||
_ => true
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_empty_list(&self) -> bool {
|
||||
match self {
|
||||
&Addr::Con(Constant::EmptyList) => true,
|
||||
_ => false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl From<Ref> for Addr {
|
||||
|
||||
Reference in New Issue
Block a user