Merge branch 'enh/FPGroups'

This commit is contained in:
kalmar 2017-07-06 17:30:56 +02:00
commit 2b59b5c89f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ immutable FPSymbol <: GSymbol
pow::Int
end
typealias FPGroupElem = GWord{FPSymbol}
typealias FPGroupElem GWord{FPSymbol}
type FPGroup <: AbstractFPGroup
gens::Vector{FPSymbol}