1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-10-15 07:20:35 +02:00

doc for GSymbol

This commit is contained in:
kalmar 2017-05-11 17:36:59 +02:00
parent fd04c2ba86
commit eb71dfe26e

View File

@ -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)