fix attribute_goals/2 display bugs, cycle detection bug
This commit is contained in:
@@ -630,7 +630,7 @@ impl<'a, Outputter: HCValueOutputter> HCPrinter<'a, Outputter>
|
||||
|
||||
pub fn print(mut self, addr: Addr) -> Outputter {
|
||||
let mut iter = self.machine_st.pre_order_iter(addr);
|
||||
|
||||
|
||||
loop {
|
||||
if let Some(loc_data) = self.state_stack.pop() {
|
||||
match loc_data {
|
||||
|
||||
Reference in New Issue
Block a user