abstract AbstractGrouRingElem & GroupRingElem{T}

triangular dispatch??
This commit is contained in:
kalmar 2017-05-17 11:28:47 +02:00
parent 917606af53
commit 1d5bf641ff
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ type GroupRing <: Ring
end
end
type GroupRingElem{T<:Number}
abstract AbstractGroupRingElem
type GroupRingElem{T<:Number} <: AbstractGroupRingElem
coeffs::AbstractVector{T}
parent::GroupRing