From 32f07e1315cb4ac5b64c16fc0c2203e61e62f051 Mon Sep 17 00:00:00 2001 From: kalmar Date: Thu, 6 Jul 2017 10:04:39 +0200 Subject: [PATCH] git fix typealias --- src/FPGroups.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FPGroups.jl b/src/FPGroups.jl index 4ab27c8..aef6a62 100644 --- a/src/FPGroups.jl +++ b/src/FPGroups.jl @@ -9,7 +9,7 @@ immutable FPSymbol <: GSymbol pow::Int end -typealias FPGroupElem = GWord{FPSymbol} +typealias FPGroupElem GWord{FPSymbol} type FPGroup <: AbstractFPGroup gens::Vector{FPSymbol}