diff --git a/src/GroupRings.jl b/src/GroupRings.jl index 4985965..fdaf728 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -167,7 +167,7 @@ function deepcopy_internal(X::GroupRingElem, dict::ObjectIdDict) end function hash(X::GroupRingElem, h::UInt) - return hash(X.coeffs, hash(parent(X), h)) + return hash(full(X.coeffs), hash(parent(X), hash(GroupRingElem, h))) end function getindex(X::GroupRingElem, n::Int)