We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d09a22 commit 8ba1046Copy full SHA for 8ba1046
src/groupelements.jl
@@ -60,7 +60,7 @@ struct ElementTable end
60
"""
61
const GroupElement
62
63
-A constant of a singleton type used as `Element[G]` or `Element[G,ω]` with `G<:Group`
+A constant of a singleton type used as `GroupElement[G]` or `GroupElement[G,ω]` with `G<:Group`
64
a type of group, to construct or obtain a concrete subtype of `AbstractElement{G}`
65
that implements the data structure used to represent elements of the group `G`, possibly
66
with a second argument `ω` that specifies the associated 3-cocycle.
0 commit comments