move the exports

This commit is contained in:
kalmar 2017-05-11 18:08:18 +02:00
parent 3077ec0e8b
commit 3d9b27756f
1 changed files with 1 additions and 2 deletions

View File

@ -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