Closed tBuLi closed 1 year ago
Empty multivectors lead to problems. E.g.
x = alg.multivector()
creates a mv with keys and values equal to an empty tuple, but the grades are considered all. This leads to problems with codegen. We need to think about whether this syntax makes sense, and how the result should behave.
Description
Empty multivectors lead to problems. E.g.
creates a mv with keys and values equal to an empty tuple, but the grades are considered all. This leads to problems with codegen. We need to think about whether this syntax makes sense, and how the result should behave.