Skip to content

Commit

Permalink
Hack for compatibility with older AbstractAlgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 23, 2023
1 parent 3a1bcd0 commit e271d50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ export QQBar
# Things/constants which are also defined in AbstractAlgebra:
export ZZ, QQ, FiniteField, number_field


# FIXME/TODO: for compatibility with AbstractAlgebra before 0.28.x; remove in the future
@alias PolyRingElem PolyElem
@alias NCPolyRingElem NCPolyElem
@alias MPolyRingElem MPolyElem
@alias UnivPolyRingElem UnivPolyElem
#@alias LaurentPolyRingElem LaurentPolyElem
#@alias LaurentMPolyRingElem LaurentMPolyElem


###############################################################################
#
# Set up environment / load libraries
Expand Down

0 comments on commit e271d50

Please sign in to comment.