add elem_type(::Type{GroupRing{T,S}})

This commit is contained in:
kalmar 2017-08-01 10:31:35 +02:00
parent 8d1604863c
commit afaff8cc41
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export GroupRing, GroupRingElem, complete!, create_pm, star
#
###############################################################################
elem_type(::Type{GroupRing}) = GroupRingElem
elem_type{T,S}(::Type{GroupRing{T,S}}) = GroupRingElem
parent_type(::Type{GroupRingElem}) = GroupRing