mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-03-08 07:01:43 +01:00
move the exports
This commit is contained in:
parent
3077ec0e8b
commit
3d9b27756f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user