fix verify_attributes_stepper bug: proceed now considered a head instruction
This commit is contained in:
@@ -151,6 +151,7 @@ impl Line {
|
||||
&Line::Cut(_) => true,
|
||||
&Line::Fact(_) => true,
|
||||
&Line::Query(_) => true,
|
||||
&Line::Control(ControlInstruction::Proceed) => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user