1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-12-29 11:00:28 +01:00

abstract AbstractGrouRingElem & GroupRingElem{T}

triangular dispatch??
This commit is contained in:
kalmar 2017-05-17 11:28:47 +02:00
parent 917606af53
commit 1d5bf641ff

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