deduplicate but do not sort anonymous variables in toplevel (#1196)

This commit is contained in:
Mark Thom
2022-01-15 11:03:41 -07:00
parent 06abe2302b
commit 83378e4373
2 changed files with 2 additions and 2 deletions

View File

@@ -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(),
)
);