terms containing attributed variables are not ground (#239)

This commit is contained in:
Mark Thom
2019-11-27 14:13:18 -04:00
parent 1dec482e22
commit 9ae901bd0d

View File

@@ -3109,6 +3109,7 @@ impl MachineState {
match v {
HeapCellValue::Addr(Addr::HeapCell(..)) => return true,
HeapCellValue::Addr(Addr::StackCell(..)) => return true,
HeapCellValue::Addr(Addr::AttrVar(..)) => return true,
_ => {}
}
}