1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-09-27 19:40:36 +02:00

don't export AutSymbol

This commit is contained in:
kalmar 2017-05-15 17:06:57 +02:00
parent 60faa5d944
commit b65a202bc1

View File

@ -18,7 +18,7 @@ type AutGroup <: FPGroup
gens::Vector{AutSymbol}
end
export AutSymbol, AutGroupElem, AutGroup
export AutGroupElem, AutGroup
###############################################################################
#