fix bugs in marker algorithm iterator

This commit is contained in:
Mark
2023-10-12 11:22:57 -06:00
parent 1ea397a807
commit 8aadc99f1d
3 changed files with 507 additions and 396 deletions

View File

@@ -430,6 +430,7 @@ impl HeapCellValue {
HeapCellValueTag::Cons
| HeapCellValueTag::F64
| HeapCellValueTag::Fixnum
| HeapCellValueTag::CutPoint
| HeapCellValueTag::Char
| HeapCellValueTag::CStr => true,
HeapCellValueTag::Atom => cell_as_atom_cell!(self).get_arity() == 0,