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
1 changed files with 1 additions and 1 deletions

View File

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