1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-17 10:55:33 +02:00

add abstract FPGroup <: Group

This commit is contained in:
kalmar 2017-05-12 20:29:04 +02:00
parent 1bd2d7fe25
commit 361abed62f

View File

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