add abstract FPGroup <: Group

This commit is contained in:
kalmar 2017-05-12 20:29:04 +02:00
parent 1bd2d7fe25
commit 361abed62f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ type GWord{T<:GSymbol} <: GroupElem
end
end
export GSymbol, GWord
abstract FPGroup <: Group
###############################################################################
#