terms containing attributed variables are not ground (#239)
This commit is contained in:
@@ -3109,6 +3109,7 @@ impl MachineState {
|
|||||||
match v {
|
match v {
|
||||||
HeapCellValue::Addr(Addr::HeapCell(..)) => return true,
|
HeapCellValue::Addr(Addr::HeapCell(..)) => return true,
|
||||||
HeapCellValue::Addr(Addr::StackCell(..)) => return true,
|
HeapCellValue::Addr(Addr::StackCell(..)) => return true,
|
||||||
|
HeapCellValue::Addr(Addr::AttrVar(..)) => return true,
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user