add AbstractFPGroup <: Group abstract type

This commit is contained in:
kalmar 2017-07-06 09:09:24 +02:00
parent 4b68fe745f
commit ab31d8fca1
1 changed files with 1 additions and 1 deletions

View File

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