Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use MarkAllButFirstSubBags for T_BIPART
T_BIPART consists of a general pointer not managed by GAP's GC, plus two bag references (which may be NULL). Hence we can use MarkAllButFirstSubBags instead of a custom marking function.
- Loading branch information