mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-10-31 18:00:35 +01:00
FreeGroup and AutGroup are AbstractFPGroups
This commit is contained in:
parent
5baa5935c3
commit
95ac3940d7
@ -13,7 +13,7 @@ end
|
||||
|
||||
typealias AutGroupElem GWord{AutSymbol}
|
||||
|
||||
type AutGroup <: FPGroup
|
||||
type AutGroup <: AbstractFPGroup
|
||||
objectGroup::Group
|
||||
gens::Vector{AutSymbol}
|
||||
end
|
||||
|
@ -11,7 +11,7 @@ end
|
||||
|
||||
typealias FreeGroupElem GWord{FreeSymbol}
|
||||
|
||||
type FreeGroup <: FPGroup
|
||||
type FreeGroup <: AbstractFPGroup
|
||||
gens::Vector{FreeSymbol}
|
||||
# order::Vector{T}
|
||||
# fastmult_table::Array{Int,2}
|
||||
|
Loading…
Reference in New Issue
Block a user