You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm afraid I have no idea what you mean, or how it is related to 887.
I will do MPoly last, but I am not putting any major effort into it at this time. I would like to make an abstract interface for MPolys, but it's not something I'm doing for that PR.
What I mean is: once symbols and coefficient_ring are implemented, the printing can be implemented generically in terms of this required interface. There is no need for all of this code duplication.
In connection with Nemocas/AbstractAlgebra.jl#887, it would be nice not to have, for example, the following pointless duplication
Nemo.jl/src/flint/fmpz_mpoly.jl
Lines 283 to 300 in d530e05
There is minimal required interface to get this working generically.
The text was updated successfully, but these errors were encountered: