1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-08-02 14:48:27 +02:00

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

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 parent_type(::Type{GroupRingElem}) = GroupRing