1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00

don't export generators, it's been replaced by gens

This commit is contained in:
kalmar 2017-07-06 09:20:43 +02:00
parent e0af8ded6e
commit 4bb3c9df4f

View File

@ -22,7 +22,7 @@ type FreeGroup <: AbstractFPGroup
end
end
export FreeGroupElem, FreeGroup, generators
export FreeGroupElem, FreeGroup
###############################################################################
#