mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-01-04 20:30:29 +01:00
git fix typealias
This commit is contained in:
parent
4bb3c9df4f
commit
32f07e1315
@ -9,7 +9,7 @@ immutable FPSymbol <: GSymbol
|
||||
pow::Int
|
||||
end
|
||||
|
||||
typealias FPGroupElem = GWord{FPSymbol}
|
||||
typealias FPGroupElem GWord{FPSymbol}
|
||||
|
||||
type FPGroup <: AbstractFPGroup
|
||||
gens::Vector{FPSymbol}
|
||||
|
Loading…
Reference in New Issue
Block a user