mnasoft/math

Symbol clashes between core and arr-matr

Closed this issue · 1 comments

Both math/core and math-arr/matr exports anti-diagnonal, so if both packages are used they clash. That seems to be true for all the symbols in this group. How is this supposed to work?
x-o uses them both, and hence gets an error.

anti-diagonal

anti-diagonal

(:use #:cl #:math/core #:math/arr-matr)

(:use #:cl #:math/core #:math/arr-matr) ->(:use #:cl #:math/matr)