mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
doc for GSymbol
This commit is contained in:
parent
fd04c2ba86
commit
eb71dfe26e
@ -11,6 +11,14 @@ import Base: deepcopy_internal
|
||||
|
||||
export GSymbol, GWord
|
||||
|
||||
doc"""
|
||||
::GSymbol
|
||||
> Abstract type which all group symbols of FPGroups should subtype. Each
|
||||
> concrete subtype should implement fields:
|
||||
> * `str` which is the string representation/identification of a symbol
|
||||
> * `pow` which is the (multiplicative) exponent of a symbol.
|
||||
|
||||
"""
|
||||
abstract GSymbol
|
||||
|
||||
function show(io::IO, s::GSymbol)
|
||||
|
Loading…
Reference in New Issue
Block a user