deduplicate but do not sort anonymous variables in toplevel (#1196)
This commit is contained in:
@@ -555,7 +555,7 @@ impl MachineState {
|
||||
let outcome = heap_loc_as_cell!(
|
||||
iter_to_heap_list(
|
||||
&mut self.heap,
|
||||
seen_set.into_iter().rev(),
|
||||
seen_set.into_iter(),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user