We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ba015 commit 2e35a4aCopy full SHA for 2e35a4a
src/groupelements.jl
@@ -67,7 +67,7 @@ with a second argument `ω` that specifies the associated 3-cocycle.
67
"""
68
const GroupElement = ElementTable()
69
70
-function Base.show(io::IO, c::AbstractGroupElement)
+function Base.show(io::IO, c::AbstractGroupElement{G}) where {G}
71
I = typeof(c)
72
return if get(io, :typeinfo, nothing) !== I
73
print(io, type_repr(I), "(")
0 commit comments