Old: Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[int | Unknown]`
New: Argument to function `construct` is incorrect: Expected `tuple[int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase] | tuple[int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase, int | IntegerBase]`, found `list[Unknown | int]`