Macaulay2 / M2

The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.
https://macaulay2.com
347 stars 231 forks source link

Remove unused semicolonfun (; is not a binary operator) #3414

Closed d-torrance closed 3 months ago

d-torrance commented 3 months ago

This would only be used if x ; y was converted into a binaryCode object, but it's converted into a semiCode object instead.