mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-10-31 18:00:35 +01:00
Merge branch 'enh/FPGroups'
This commit is contained in:
commit
2b59b5c89f
@ -9,7 +9,7 @@ immutable FPSymbol <: GSymbol
|
|||||||
pow::Int
|
pow::Int
|
||||||
end
|
end
|
||||||
|
|
||||||
typealias FPGroupElem = GWord{FPSymbol}
|
typealias FPGroupElem GWord{FPSymbol}
|
||||||
|
|
||||||
type FPGroup <: AbstractFPGroup
|
type FPGroup <: AbstractFPGroup
|
||||||
gens::Vector{FPSymbol}
|
gens::Vector{FPSymbol}
|
||||||
|
Loading…
Reference in New Issue
Block a user