From 3d9b27756fd637a154810b87d4a4c404f84fceea Mon Sep 17 00:00:00 2001 From: kalmar Date: Thu, 11 May 2017 18:08:18 +0200 Subject: [PATCH] move the exports --- src/Groups.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Groups.jl b/src/Groups.jl index 102e3c7..a078b65 100644 --- a/src/Groups.jl +++ b/src/Groups.jl @@ -9,8 +9,6 @@ import Base: findfirst, findnext import Base: deepcopy_internal -export GSymbol, GWord - doc""" ::GSymbol > Abstract type which all group symbols of FPGroups should subtype. Each @@ -48,6 +46,7 @@ type GWord{T<:GSymbol} <: GroupElem end end +export GSymbol, GWord parent{T<:GSymbol}(w::GWord{T}) = w.parent