1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00

add AbstractFPGroup <: Group abstract type

This commit is contained in:
kalmar 2017-07-06 09:09:24 +02:00
parent 4b68fe745f
commit ab31d8fca1

View File

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