Since #2391 is merged, we now have two different places where concrete types are defined which don't have a corresponding abstract super type. The Puiseux polynomials are under AbstractAlgebra.Generic while other types like the universal rings or MatSpace are directly under AbstractAlgebra.
I would think that the Puiseux polynomials should be moved to AbstractAlgebra as well. I had mentioned it here, but since nobody responded I forgot about it as well until #2391 was merged.
Since #2391 is merged, we now have two different places where concrete types are defined which don't have a corresponding abstract super type. The Puiseux polynomials are under
AbstractAlgebra.Genericwhile other types like the universal rings orMatSpaceare directly underAbstractAlgebra.I would think that the Puiseux polynomials should be moved to
AbstractAlgebraas well. I had mentioned it here, but since nobody responded I forgot about it as well until #2391 was merged.