fix duplicate_term bug

This commit is contained in:
Mark Thom
2018-01-14 23:05:15 -07:00
parent 08b94dcdf5
commit a4022d569f
10 changed files with 60 additions and 32 deletions

View File

@@ -356,7 +356,7 @@ impl Machine {
result += var.as_str();
result += " = ";
result += self.ms.print_term(addr, TermFormatter {}).as_str();
}